Skip to content

Commit

Permalink
Update nginx ingress controller to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jun 25, 2018
1 parent 27a279b commit 5e894e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deploy/addons/ingress/ingress-dp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
spec:
terminationGracePeriodSeconds: 60
containers:
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.14.0
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.16.2
name: nginx-ingress-controller
imagePullPolicy: IfNotPresent
readinessProbe:
Expand Down Expand Up @@ -120,3 +120,11 @@ spec:
- --udp-services-configmap=$(POD_NAMESPACE)/udp-services
# use minikube IP address in ingress status field
- --report-node-internal-ip-address
securityContext:
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
# www-data -> 33
runAsUser: 33

0 comments on commit 5e894e6

Please sign in to comment.