Skip to content

Commit

Permalink
Merge pull request #2186 from aledbf/icb17
Browse files Browse the repository at this point in the history
Update nginx-ingress-controller to 0.9-beta.17
  • Loading branch information
r2d4 committed Nov 12, 2017
2 parents 65d11b1 + 3521efb commit 10f2bb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/addons/ingress/ingress-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
spec:
terminationGracePeriodSeconds: 60
containers:
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.16
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.17
name: nginx-ingress-controller
imagePullPolicy: IfNotPresent
readinessProbe:
Expand Down Expand Up @@ -116,3 +116,5 @@ spec:
- --configmap=$(POD_NAMESPACE)/nginx-load-balancer-conf
- --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services
- --udp-services-configmap=$(POD_NAMESPACE)/udp-services
# use minikube IP address in ingress status field
- --report-node-internal-ip-address

0 comments on commit 10f2bb5

Please sign in to comment.