Skip to content

Commit d795723

Browse files
committed
parametrize webserver port on healthcheck
1 parent 849a832 commit d795723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/85_airflow-webserver.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Resources:
121121
HealthCheckEnabled: true
122122
HealthCheckIntervalSeconds: 10
123123
HealthCheckPath: /health
124-
HealthCheckPort: 8080
124+
HealthCheckPort: "{{ service.webserver.port }}"
125125
HealthCheckProtocol: HTTP
126126
HealthCheckTimeoutSeconds: 5
127127
HealthyThresholdCount: 5

0 commit comments

Comments
 (0)