Merge pull request #25 from bayer-int/feature/landing-page-enhancements

Feature/landing page enhancements
This commit is contained in:
Nirmal Arya 2025-06-10 17:31:01 -04:00 committed by GitHub
commit d0374007f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View File

@ -51,8 +51,6 @@ spec:
# User-configurable API keys for LLM providers
# These are set through the application UI and can vary per user
# Contains: OPENAI_API_KEY, ANTHROPIC_API_KEY, BAYER_MGA_API_KEY, etc.
- secretRef:
name: buildify-user-provider-secrets
livenessProbe:
httpGet:
path: /

View File

@ -10,10 +10,8 @@ metadata:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
# Ensure X-Forwarded-Proto header is set to propagate original protocol information
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/configuration-snippet: |
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Ssl on;
nginx.ingress.kubernetes.io/proxy-redirect-from: http
nginx.ingress.kubernetes.io/proxy-redirect-to: https
spec:
ingressClassName: nginx
rules: