diff --git a/02_bootstrap/03_traefik/Chart.yaml b/02_bootstrap/03_traefik/Chart.yaml index 1b2523c..5ba698d 100644 --- a/02_bootstrap/03_traefik/Chart.yaml +++ b/02_bootstrap/03_traefik/Chart.yaml @@ -25,7 +25,7 @@ appVersion: "0.1.0" dependencies: - name: traefik - version: 40.2.0 + version: 41.0.0 repository: https://traefik.github.io/charts - name: autoscale version: 4.3.0 diff --git a/02_bootstrap/03_traefik/values.yaml b/02_bootstrap/03_traefik/values.yaml index 6000038..66c0eb1 100644 --- a/02_bootstrap/03_traefik/values.yaml +++ b/02_bootstrap/03_traefik/values.yaml @@ -43,13 +43,13 @@ traefik: publishedService: enabled: true # required for argo to not show ingresses as progressing - logs: - access: - enabled: true - format: json - general: - level: INFO - format: json + log: + level: INFO + format: json + + accessLog: + enabled: true + format: json autoscale: enabled: false