Skip to content

Commit 59bbeb5

Browse files
authored
Add annotation to set forwarded headers also for default route
1 parent aab9ebe commit 59bbeb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/openvsx/templates/route.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: route.openshift.io/v1
22
kind: Route
33
metadata:
44
annotations:
5+
haproxy.router.openshift.io/set-forwarded-headers: replace
56
haproxy.router.openshift.io/disable_cookies: 'true'
67
haproxy.router.openshift.io/timeout: {{ .Values.route.timeout }}
78
labels:

0 commit comments

Comments
 (0)