From 7b9681fba1a7dc87df06672e2570985e3e677714 Mon Sep 17 00:00:00 2001 From: kimo Date: Fri, 24 Oct 2025 03:01:40 +0000 Subject: [PATCH] add proxy header --- headlamp/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headlamp/values.yaml b/headlamp/values.yaml index 0753936..9af4264 100644 --- a/headlamp/values.yaml +++ b/headlamp/values.yaml @@ -2,6 +2,8 @@ ingress: enabled: true annotations: cert-manager.io/cluster-issuer: letsencrypt-prod + nginx.ingress.kubernetes.io/configuration-snippet: | + proxy_set_header X-Forwarded-Proto $scheme; hosts: - host: headlamp.grxe.io paths: