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

@ -30,3 +30,9 @@ spec:
- hosts:
- *host
secretName: wildcard-main-tls
podSecurityContext:
runAsUser: 10000
runAsGroup: 10000
fsGroup: 100
fsGroupChangePolicy: "OnRootMismatch"