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"