1
0
Fork 0

feat(ecs): add PassTLSCert label.

This commit is contained in:
Fernandez Ludovic 2017-12-16 20:00:36 +01:00 committed by Traefiker
parent 7c64f5d31e
commit c3d5ad2eeb
2 changed files with 8 additions and 0 deletions

View file

@ -45,6 +45,7 @@
backend = "backend-{{ $serviceName }}"
priority = {{ getPriority .}}
passHostHeader = {{ getPassHostHeader .}}
passTLSCert = {{ getPassTLSCert .}}
entryPoints = [{{range getEntryPoints .}}
"{{.}}",