diff --git a/Charts/traefik/values.yaml b/Charts/traefik/values.yaml index c7d9fdb..a7a558e 100644 --- a/Charts/traefik/values.yaml +++ b/Charts/traefik/values.yaml @@ -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: {}