Ingress: Use latest controller image
Use nginx-ingress-controller:0.32.0 and change user to 101 intead of 33 which is suported by this image. Change-Id: I38679e350ec352f13074055b7e08b98df1090fbf
This commit is contained in:
parent
934d7946be
commit
9ff76434aa
@ -25,7 +25,7 @@ deployment:
|
||||
images:
|
||||
tags:
|
||||
entrypoint: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.23.0
|
||||
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.32.0
|
||||
ingress_module_init: docker.io/openstackhelm/neutron:stein-ubuntu_bionic
|
||||
ingress_routed_vip: docker.io/openstackhelm/neutron:stein-ubuntu_bionic
|
||||
error_pages: gcr.io/google_containers/defaultbackend:1.4
|
||||
@ -66,7 +66,7 @@ pod:
|
||||
runAsUser: 0
|
||||
ingress:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 33
|
||||
runAsUser: 101
|
||||
ingress_vip:
|
||||
capabilities:
|
||||
add:
|
||||
|
Loading…
Reference in New Issue
Block a user