add proxy header

This commit is contained in:
2025-10-24 03:01:40 +00:00
parent b25564aedc
commit 7b9681fba1

View File

@@ -2,6 +2,8 @@ ingress:
enabled: true enabled: true
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header X-Forwarded-Proto $scheme;
hosts: hosts:
- host: headlamp.grxe.io - host: headlamp.grxe.io
paths: paths: