[fix] Run maas-ingress as root

Maas ingress needs to be able to bind
to privileged ports.

Change-Id: Ibfa0e8c8f127e3b91483dc3b9c4a4614cb15554b
This commit is contained in:
anthony.bellino 2019-09-23 23:43:21 +00:00
parent 5641cc1117
commit 5c81f630d4
1 changed files with 2 additions and 2 deletions

View File

@ -287,9 +287,9 @@ pod:
ingress:
container:
maas_ingress:
runAsUser: 33
runAsUser: 0
maas_ingress_vip:
runAsUser: 33
runAsUser: 0
ingress_errors:
pod:
runAsUser: 65534