This commit is contained in:
Roxedus 2022-06-04 23:53:20 +02:00
parent 168a1cc730
commit 6f51406b41
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -209,7 +209,7 @@ traefik:
level: ERROR
access:
# To enable access logs
enabled: true
enabled: false
# By default, logs are written using the Common Log Format (CLF).
# To write logs in JSON, use json in the format option.
# If the given format is unsupported, the default (CLF) is used instead.
@ -326,7 +326,7 @@ traefik:
web:
port: 8000
# hostPort: 8000
expose: true
expose: false
exposedPort: 80
# The port protocol (TCP/UDP)
protocol: TCP
@ -392,7 +392,7 @@ traefik:
# Options for the main traefik service, where the entrypoints traffic comes
# from.
service:
enabled: true
enabled: false
type: NodePort
# Additional annotations applied to both TCP and UDP services (e.g. for cloud provider specific config)
annotations: {}