added additional traefik option

This commit is contained in:
Michael Schietzsch
2022-03-04 15:02:54 +01:00
parent 6f6de884ec
commit 8634a1dc2f
4 changed files with 13 additions and 0 deletions

View File

@@ -78,3 +78,7 @@ load_balancer_type = "lb11"
# ]
# },
# ]
# If you want to configure additional Arguments for traefik, enter them here as a list and in the form of traefik CLI arguments; see https://doc.traefik.io/traefik/reference/static-configuration/cli/
# Example: traefik_additionalOptions = ["--log.level=DEBUG", "--tracing=true"]
# traefik_additionalOptions = []