run as giduid 1000

This commit is contained in:
j 2025-07-02 00:30:14 +10:00
parent ecc5ee6641
commit ca6b18bc1a

View file

@ -49,6 +49,10 @@ metadata:
name: nextcloud name: nextcloud
namespace: nextcloud namespace: nextcloud
spec: spec:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
selector: selector:
matchLabels: matchLabels:
app: nextcloud app: nextcloud