Mariadb: Run ingress error page server as nobody user

This PS updates the mariadb ingress error page server to run as the
nobody user.

Change-Id: I13756ba79e8c7b857e0807447192e06b11762abf
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2019-09-25 11:30:31 -05:00 committed by Pete Birley
parent b87784332a
commit c3a1ae43fd

View File

@ -79,10 +79,10 @@ pod:
runAsUser: 0
error_pages:
pod:
runAsUser: 1000
runAsUser: 65534
container:
server:
runAsUser: 0
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
prometheus_mysql_exporter:
pod: