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