From 4ec56c5181407bfc8d63be47ba45b763a2a72eaa Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 3 Nov 2025 19:09:15 +0100 Subject: [PATCH] Add annotation to set forwarded headers in route --- charts/openvsx/templates/route.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/openvsx/templates/route.yaml b/charts/openvsx/templates/route.yaml index f074afaf2..ac662ad4e 100644 --- a/charts/openvsx/templates/route.yaml +++ b/charts/openvsx/templates/route.yaml @@ -27,6 +27,7 @@ apiVersion: route.openshift.io/v1 kind: Route metadata: annotations: + haproxy.router.openshift.io/set-forwarded-headers: replace haproxy.router.openshift.io/disable_cookies: 'true' haproxy.router.openshift.io/timeout: {{ .Values.route.timeout }} labels: