mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-22 14:33:10 -05:00
set traefik args via extraArgs
This commit is contained in:
parent
5064111a93
commit
57c135c86b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user