Skip to content

Commit

Permalink
remove sort-backends argument from nginx-ingress-controller
Browse files Browse the repository at this point in the history
The `sort-backends` flag has been dropped from ingress-nginx in v0.22.0

* https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md
* kubernetes/ingress-nginx#3655

Signed-off-by: Sameer Naik <[email protected]>
  • Loading branch information
Sameer Naik committed Feb 19, 2019
1 parent 016aaba commit bf3d45c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/components/nginx-ingress.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ local NGNIX_INGRESS_IMAGE = (import "images.json")["nginx-ingress-controller"];
"publish-service": fqname($.svc),
"tcp-services-configmap": fqname($.tcpconf),
"udp-services-configmap": fqname($.udpconf),
"sort-backends": true,
"ingress-class": "nginx",
},
ports_: {
Expand Down

0 comments on commit bf3d45c

Please sign in to comment.