Skip to content

Commit

Permalink
add env var
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Reasoner <[email protected]>
  • Loading branch information
gjreasoner authored Nov 15, 2024
1 parent 3ad2830 commit 0b23a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http-add-on/templates/interceptor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0b23a81

Please sign in to comment.