mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/traefik] Added ability to log itself logs in json format (#7849)
* Added ability to log itself logs in json format Signed-off-by: Oleksandr Stepanov <alexandrst88@gmail.com> * Bumped chart version Signed-off-by: Oleksandr Stepanov <alexandrst88@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
5d27d18011
commit
68f0239543
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: traefik
|
||||
version: 1.48.0
|
||||
version: 1.49.0
|
||||
appVersion: 1.7.2
|
||||
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
|
||||
keywords:
|
||||
|
||||
@@ -15,6 +15,10 @@ data:
|
||||
{{- else }}
|
||||
logLevel = "INFO"
|
||||
{{- end }}
|
||||
{{- if .Values.traefikLogFormat }}
|
||||
[traefikLog]
|
||||
format = "{{ .Values.traefikLogFormat }}"
|
||||
{{- end }}
|
||||
{{- if .Values.sendAnonymousUsage }}
|
||||
sendAnonymousUsage = true
|
||||
{{- end }}
|
||||
|
||||
@@ -285,6 +285,7 @@ service:
|
||||
# https: 30443
|
||||
gzip:
|
||||
enabled: true
|
||||
traefikLogFormat: json
|
||||
accessLogs:
|
||||
enabled: false
|
||||
## Path to the access logs file. If not provided, Traefik defaults it to stdout.
|
||||
|
||||
Reference in New Issue
Block a user