From 2c014f948eead6a8e06e2203bcca206007929e5b Mon Sep 17 00:00:00 2001 From: Ori Hoch Date: Fri, 2 Feb 2024 13:48:43 +0200 Subject: [PATCH] change node healthcheck port --skip-tests --- cwm_worker_operator/deployments_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwm_worker_operator/deployments_manager.py b/cwm_worker_operator/deployments_manager.py index 7b5d3a6..0dffa00 100644 --- a/cwm_worker_operator/deployments_manager.py +++ b/cwm_worker_operator/deployments_manager.py @@ -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