Skip to content

Commit 2c014f9

Browse files
committed
change node healthcheck port --skip-tests
1 parent 295e2a2 commit 2c014f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwm_worker_operator/deployments_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def set_dns_healthcheck(self, node_name, node_ip):
340340
CallerReference=caller_reference,
341341
HealthCheckConfig={
342342
"IPAddress": node_ip,
343-
"Port": 80,
343+
"Port": 12808,
344344
"Type": "HTTP",
345345
"ResourcePath": "/healthz",
346346
"RequestInterval": 30, # according to AWS docs, when using the recommended regions, it actually does a healthcheck every 2-3 seconds

0 commit comments

Comments
 (0)