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