diff --git a/apps/gitea/env/k3s-cluster/values.yaml b/apps/gitea/env/k3s-cluster/values.yaml index 8c2daa3..d9c58eb 100644 --- a/apps/gitea/env/k3s-cluster/values.yaml +++ b/apps/gitea/env/k3s-cluster/values.yaml @@ -13,6 +13,11 @@ smtpUser: "me@edward.sydney" smtpExistingSecret: "gitea-secrets" persistence: existingClaim: "gitea-pvc" +podSecurityContext: + fsGroup: 1000 +containerSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 service: ports: http: 10080