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: