fix naming-conventions

This commit is contained in:
Michael Schietzsch
2022-03-05 10:59:20 +01:00
parent e636be1a0e
commit adac340457
4 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ spec:
- "--entryPoints.websecure.proxyProtocol.trustedIPs=127.0.0.1/32,10.0.0.0/8"
- "--entryPoints.web.forwardedHeaders.trustedIPs=127.0.0.1/32,10.0.0.0/8"
- "--entryPoints.websecure.forwardedHeaders.trustedIPs=127.0.0.1/32,10.0.0.0/8"
%{ for option in traefik_additionalOptions ~}
%{ for option in traefik_additional_options ~}
- "${option}"
%{ endfor ~}
%{ if traefik_acme_tls ~}