Disable access logging
This commit is contained in:
parent
4b4a2f8454
commit
6c1a4ea726
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -142,7 +142,7 @@ metadata:
|
|||
namespace: traefik
|
||||
spec:
|
||||
minReadySeconds: 0
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/instance: traefik-traefik
|
||||
|
|
Loading…
Add table
Reference in a new issue