ingress-nginx: Upgrade to 0.15.0

This commit is contained in:
Wong Hoi Sing Edison
2018-06-07 16:58:31 +08:00
parent cf8e9eed69
commit 9f245dd9b2
3 changed files with 19 additions and 13 deletions

View File

@@ -76,6 +76,8 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
securityContext:
runAsNonRoot: false
{% if rbac_enabled %}
serviceAccountName: ingress-nginx
{% endif %}