feat(marathon): add HealthCheck port label.
This commit is contained in:
parent
4524cdc151
commit
81e3b2dd4c
2 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
{{ if hasHealthCheckLabels $app }}
|
||||
[backends."{{getBackend $app $serviceName }}".healthCheck]
|
||||
path = "{{getHealthCheckPath $app }}"
|
||||
port = {{getHealthCheckPort $app}}
|
||||
interval = "{{getHealthCheckInterval $app }}"
|
||||
{{end}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue