Skip to content

Commit

Permalink
BUG: update pod-serving port to match default
Browse files Browse the repository at this point in the history
mismatched from service object
  • Loading branch information
rwaweber authored and oktalz committed Jul 15, 2024
1 parent 8211db6 commit 4126949
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions deploy/haproxy-ingress-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/haproxy-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4126949

Please sign in to comment.