From d50b395a17b9998b38b3b326548d61918dd6f33c Mon Sep 17 00:00:00 2001 From: Konrad Klockgether Date: Thu, 10 Apr 2025 16:04:14 +0200 Subject: [PATCH] Fix healthcheck port for kubectl deployments --- deploy/haproxy-ingress-daemonset.yaml | 2 +- deploy/haproxy-ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/haproxy-ingress-daemonset.yaml b/deploy/haproxy-ingress-daemonset.yaml index 0ae89270..fe69a3a1 100644 --- a/deploy/haproxy-ingress-daemonset.yaml +++ b/deploy/haproxy-ingress-daemonset.yaml @@ -172,7 +172,7 @@ spec: livenessProbe: httpGet: path: /healthz - port: 1042 + port: 1024 ports: - name: http containerPort: 8080 diff --git a/deploy/haproxy-ingress.yaml b/deploy/haproxy-ingress.yaml index 09a1463d..2bce4acd 100644 --- a/deploy/haproxy-ingress.yaml +++ b/deploy/haproxy-ingress.yaml @@ -173,7 +173,7 @@ spec: livenessProbe: httpGet: path: /healthz - port: 1042 + port: 1024 ports: - name: http containerPort: 8080