Skip to content

Commit

Permalink
http-add-on: kedify-proxy access log config (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
  • Loading branch information
wozniakjan authored Feb 20, 2025
1 parent 879e785 commit 69bd43b
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -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 }}"
Expand Down
3 changes: 3 additions & 0 deletions http-add-on/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,6 @@ securityContext:
# runAsUser: 1000
# runAsGroup: 1000
# fsGroup: 1000

kedifyProxy:
accessLogType: "" # disabled, use 'plaintext' or 'json' to enable

0 comments on commit 69bd43b

Please # to comment.