Skip to content

Commit 3ebffe3

Browse files
dosmanakMo3m3n
authored andcommitted
BUG/MINOR: sync default backend name with config argument
1 parent 3f8dd84 commit 3ebffe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/haproxy-ingress-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ spec:
165165
image: haproxytech/kubernetes-ingress
166166
args:
167167
- --configmap=haproxy-controller/haproxy-kubernetes-ingress
168-
- --default-backend-service=default/haproxy-kubernetes-ingress-default-backend
168+
- --default-backend-service=haproxy-controller/haproxy-kubernetes-ingress-default-backend
169169
securityContext:
170170
runAsUser: 1000
171171
runAsGroup: 1000

deploy/haproxy-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ spec:
166166
image: haproxytech/kubernetes-ingress
167167
args:
168168
- --configmap=haproxy-controller/haproxy-kubernetes-ingress
169-
- --default-backend-service=default/haproxy-kubernetes-ingress-default-backend
169+
- --default-backend-service=haproxy-controller/haproxy-kubernetes-ingress-default-backend
170170
securityContext:
171171
runAsUser: 1000
172172
runAsGroup: 1000

0 commit comments

Comments
 (0)