We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8211db6 commit 4126949Copy full SHA for 4126949
deploy/haproxy-ingress-daemonset.yaml
@@ -175,11 +175,11 @@ spec:
175
port: 1042
176
ports:
177
- name: http
178
- containerPort: 80
179
- hostPort: 80
+ containerPort: 8080
+ hostPort: 8080
180
- name: https
181
- containerPort: 443
182
- hostPort: 443
+ containerPort: 8443
+ hostPort: 8443
183
- name: stat
184
containerPort: 1024
185
hostPort: 1024
deploy/haproxy-ingress.yaml
@@ -176,9 +176,9 @@ spec:
env:
0 commit comments