feat(ecs): add HealthCheck port label.
This commit is contained in:
parent
f195ef27f3
commit
722ea28e3a
2 changed files with 24 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
{{ if hasHealthCheckLabels $instances }}
|
||||
[backends.backend-{{ $serviceName }}.healthCheck]
|
||||
path = "{{getHealthCheckPath $instances }}"
|
||||
port = {{getHealthCheckPort $instances}}
|
||||
interval = "{{getHealthCheckInterval $instances }}"
|
||||
{{end}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue