mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Merge pull request #25 from bayer-int/feature/landing-page-enhancements
Feature/landing page enhancements
This commit is contained in:
commit
d0374007f8
@ -51,8 +51,6 @@ spec:
|
|||||||
# User-configurable API keys for LLM providers
|
# User-configurable API keys for LLM providers
|
||||||
# These are set through the application UI and can vary per user
|
# These are set through the application UI and can vary per user
|
||||||
# Contains: OPENAI_API_KEY, ANTHROPIC_API_KEY, BAYER_MGA_API_KEY, etc.
|
# Contains: OPENAI_API_KEY, ANTHROPIC_API_KEY, BAYER_MGA_API_KEY, etc.
|
||||||
- secretRef:
|
|
||||||
name: buildify-user-provider-secrets
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
@ -10,10 +10,8 @@ metadata:
|
|||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
# Ensure X-Forwarded-Proto header is set to propagate original protocol information
|
# Ensure X-Forwarded-Proto header is set to propagate original protocol information
|
||||||
nginx.ingress.kubernetes.io/proxy-set-headers: "X-Forwarded-Proto https"
|
nginx.ingress.kubernetes.io/proxy-set-headers: "X-Forwarded-Proto https"
|
||||||
# Add additional configuration to ensure proper forwarding of the HTTPS protocol information
|
nginx.ingress.kubernetes.io/proxy-redirect-from: http
|
||||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
nginx.ingress.kubernetes.io/proxy-redirect-to: https
|
||||||
proxy_set_header X-Forwarded-Proto https;
|
|
||||||
proxy_set_header X-Forwarded-Ssl on;
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
Reference in New Issue
Block a user