Skip to content

Commit 86d9f89

Browse files
committed
K8S-510 haproxy empty ingress class
1 parent 423f8be commit 86d9f89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addons/haproxy/haproxy-deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,12 @@ spec:
146146
serviceAccountName: haproxy-ingress-service-account
147147
containers:
148148
- name: haproxy-ingress
149-
image: haproxytech/kubernetes-ingress:1.5.4
149+
image: haproxytech/kubernetes-ingress:1.6.1
150150
args:
151151
- --configmap=default/haproxy-configmap
152152
- --default-backend-service=haproxy-controller/ingress-default-backend
153153
- --ingress.class=haproxy
154+
- --empty-ingress-class
154155
securityContext:
155156
capabilities:
156157
drop:

0 commit comments

Comments
 (0)