diff --git a/http-add-on/templates/interceptor/deployment.yaml b/http-add-on/templates/interceptor/deployment.yaml index c5c84e50..20626df8 100644 --- a/http-add-on/templates/interceptor/deployment.yaml +++ b/http-add-on/templates/interceptor/deployment.yaml @@ -79,6 +79,8 @@ spec: - name: KEDA_HTTP_PROXY_TLS_PORT value: "{{ .Values.interceptor.tls.port }}" {{- end }} + - name: KEDIFY_PROXY_ACCESS_LOG_TYPE + value: "{{ .Values.kedifyProxy.accessLogType }}" {{- range .Values.interceptor.additionalEnvVars }} - name: "{{ .name }}" value: "{{ .value }}" diff --git a/http-add-on/values.yaml b/http-add-on/values.yaml index 3bbe52b1..12bef965 100644 --- a/http-add-on/values.yaml +++ b/http-add-on/values.yaml @@ -327,3 +327,6 @@ securityContext: # runAsUser: 1000 # runAsGroup: 1000 # fsGroup: 1000 + +kedifyProxy: + accessLogType: "" # disabled, use 'plaintext' or 'json' to enable