Run pgadmin4 as nonroot

This commit is contained in:
SeanOMik 2023-06-14 00:51:04 -04:00
parent bcb19f7a0c
commit 561ed74f6f
Signed by: SeanOMik
GPG key ID: 568F326C7EB33ACB

View file

@ -29,4 +29,10 @@ spec:
tls:
- hosts:
- *host
secretName: wildcard-main-tls
secretName: wildcard-main-tls
podSecurityContext:
runAsUser: 10000
runAsGroup: 10000
fsGroup: 100
fsGroupChangePolicy: "OnRootMismatch"