Skip to content

Commit 4126949

Browse files
rwaweberoktalz
authored andcommitted
BUG: update pod-serving port to match default
mismatched from service object
1 parent 8211db6 commit 4126949

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy/haproxy-ingress-daemonset.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ spec:
175175
port: 1042
176176
ports:
177177
- name: http
178-
containerPort: 80
179-
hostPort: 80
178+
containerPort: 8080
179+
hostPort: 8080
180180
- name: https
181-
containerPort: 443
182-
hostPort: 443
181+
containerPort: 8443
182+
hostPort: 8443
183183
- name: stat
184184
containerPort: 1024
185185
hostPort: 1024

deploy/haproxy-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ spec:
176176
port: 1042
177177
ports:
178178
- name: http
179-
containerPort: 80
179+
containerPort: 8080
180180
- name: https
181-
containerPort: 443
181+
containerPort: 8443
182182
- name: stat
183183
containerPort: 1024
184184
env:

0 commit comments

Comments
 (0)