added additional traefik option
This commit is contained in:
@@ -24,6 +24,9 @@ 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 ~}
|
||||
- "${option}"
|
||||
%{ endfor ~}
|
||||
%{ if traefik_acme_tls ~}
|
||||
- "--certificatesresolvers.le.acme.tlschallenge=true"
|
||||
- "--certificatesresolvers.le.acme.email=${traefik_acme_email}"
|
||||
|
Reference in New Issue
Block a user