Skip to content

Commit

Permalink
fix(k8s-eks): use latest haproxy ingress controller version
Browse files Browse the repository at this point in the history
With the scylla-operator-1.10 we started getting HA problems [1]
with the 'haproxy' service.
So, fix it by using the latest available ingress controller version for
haproxy.

[1] scylladb/scylla-operator#1341
  • Loading branch information
vponomaryov committed Aug 24, 2023
1 parent c962e45 commit 7a10635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
serviceAccountName: haproxy-kubernetes-ingress
containers:
- name: haproxy-ingress
image: haproxytech/kubernetes-ingress:1.9.0
image: haproxytech/kubernetes-ingress:1.10.6
args:
- --configmap=haproxy-controller/haproxy-kubernetes-ingress
- --default-backend-service=haproxy-controller/haproxy-kubernetes-ingress-default-backend
Expand Down

0 comments on commit 7a10635

Please sign in to comment.