set traefik args via extraArgs

This commit is contained in:
Arlan Lloyd 2025-11-01 04:51:08 +00:00 committed by Zoe Roux
parent 5064111a93
commit 57c135c86b
No known key found for this signature in database

View File

@ -373,7 +373,13 @@ traefikproxy:
resources: {}
containerSecurityContext: {}
extraVolumeMounts: []
extraArgs: []
extraArgs:
- '--entryPoints.web.address=:80/tcp'
- '--entryPoints.websecure.address=:443/tcp'
- '--api.dashboard=true'
- '--api.insecure=true'
- '--log.level=INFO'
- '--providers.file.filename=/dynamic_config/dynamic_config.yaml'
extraEnv: []
image:
repository: docker.io/traefik