Skip to content

Commit

Permalink
change node healthcheck port --skip-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 2, 2024
1 parent 295e2a2 commit 2c014f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwm_worker_operator/deployments_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def set_dns_healthcheck(self, node_name, node_ip):
CallerReference=caller_reference,
HealthCheckConfig={
"IPAddress": node_ip,
"Port": 80,
"Port": 12808,
"Type": "HTTP",
"ResourcePath": "/healthz",
"RequestInterval": 30, # according to AWS docs, when using the recommended regions, it actually does a healthcheck every 2-3 seconds
Expand Down

0 comments on commit 2c014f9

Please sign in to comment.