From 4126949f8b2ea514a1de9c21db752ae3ad4367ce Mon Sep 17 00:00:00 2001 From: rwaweber Date: Fri, 14 Jun 2024 12:59:10 -0400 Subject: [PATCH] BUG: update pod-serving port to match default mismatched from service object --- deploy/haproxy-ingress-daemonset.yaml | 8 ++++---- deploy/haproxy-ingress.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/haproxy-ingress-daemonset.yaml b/deploy/haproxy-ingress-daemonset.yaml index 86dceb39..caaf8844 100644 --- a/deploy/haproxy-ingress-daemonset.yaml +++ b/deploy/haproxy-ingress-daemonset.yaml @@ -175,11 +175,11 @@ spec: port: 1042 ports: - name: http - containerPort: 80 - hostPort: 80 + containerPort: 8080 + hostPort: 8080 - name: https - containerPort: 443 - hostPort: 443 + containerPort: 8443 + hostPort: 8443 - name: stat containerPort: 1024 hostPort: 1024 diff --git a/deploy/haproxy-ingress.yaml b/deploy/haproxy-ingress.yaml index 2ec3398f..1dc3540f 100644 --- a/deploy/haproxy-ingress.yaml +++ b/deploy/haproxy-ingress.yaml @@ -176,9 +176,9 @@ spec: port: 1042 ports: - name: http - containerPort: 80 + containerPort: 8080 - name: https - containerPort: 443 + containerPort: 8443 - name: stat containerPort: 1024 env: