Disable access logging

This commit is contained in:
Finn 2025-03-19 20:03:22 -07:00
parent 4b4a2f8454
commit 6c1a4ea726
2 changed files with 10 additions and 2 deletions

View file

@ -7,7 +7,7 @@ helmCharts:
version: 34.2.0
valuesInline:
deployment:
replicas: 2
replicas: 1
ports:
websecure:
hostPort: 443
@ -17,4 +17,12 @@ helmCharts:
providers:
kubernetesCRD:
allowCrossNamespace: true
logs:
access:
enabled: false
format: json
fields:
headers:
names:
User-Agent: keep
repo: https://traefik.github.io/charts

View file

@ -142,7 +142,7 @@ metadata:
namespace: traefik
spec:
minReadySeconds: 0
replicas: 2
replicas: 1
selector:
matchLabels:
app.kubernetes.io/instance: traefik-traefik