Skip to content

Commit

Permalink
Update Ingress-NGINX to 0.21 Release
Browse files Browse the repository at this point in the history
Updates Ingress-Nginx to use 0.21 release. Also changes name of
the Configuration Map to the one used in Ingress-NGINX repo for
consistency.
  • Loading branch information
Fernando Diaz committed Nov 26, 2018
1 parent f6dbb9d commit aa4acd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/addons/ingress/ingress-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data:
hsts: "false"
kind: ConfigMap
metadata:
name: nginx-load-balancer-conf
name: nginx-configuration
namespace: kube-system
labels:
addonmanager.kubernetes.io/mode: EnsureExists
Expand Down
4 changes: 2 additions & 2 deletions deploy/addons/ingress/ingress-dp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
serviceAccountName: nginx-ingress
terminationGracePeriodSeconds: 60
containers:
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.19.0
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.21.0
name: nginx-ingress-controller
imagePullPolicy: IfNotPresent
readinessProbe:
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
- --configmap=$(POD_NAMESPACE)/nginx-load-balancer-conf
- --configmap=$(POD_NAMESPACE)/nginx-configuration
- --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services
- --udp-services-configmap=$(POD_NAMESPACE)/udp-services
- --annotations-prefix=nginx.ingress.kubernetes.io
Expand Down

0 comments on commit aa4acd7

Please sign in to comment.