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:
parent
b87784332a
commit
c3a1ae43fd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user