From 0b23a81d40b11cda0fd61b85dc4c80c24b0b8735 Mon Sep 17 00:00:00 2001 From: Justin Reasoner Date: Fri, 15 Nov 2024 14:15:37 -0500 Subject: [PATCH] add env var Signed-off-by: Justin Reasoner --- http-add-on/templates/interceptor/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http-add-on/templates/interceptor/deployment.yaml b/http-add-on/templates/interceptor/deployment.yaml index 5c83b641..c0683407 100644 --- a/http-add-on/templates/interceptor/deployment.yaml +++ b/http-add-on/templates/interceptor/deployment.yaml @@ -62,6 +62,8 @@ spec: value: "{{ .Values.interceptor.tlsHandshakeTimeout }}" - name: KEDA_HTTP_EXPECT_CONTINUE_TIMEOUT value: "{{ .Values.interceptor.expectContinueTimeout }}" + - name: KEDA_HTTP_ROUTING_HEADER + value: "{{ .Values.interceptor.additionalHttpRoutingHeader }}" {{- if .Values.interceptor.tls.enabled }} - name: KEDA_HTTP_PROXY_TLS_ENABLED value: "true"