diff --git a/cluster/apps/gitea/gitea.yml b/cluster/apps/gitea/gitea.yml index 1b352b7..f9a08cd 100644 --- a/cluster/apps/gitea/gitea.yml +++ b/cluster/apps/gitea/gitea.yml @@ -31,6 +31,11 @@ spec: ports: - containerPort: 22 - containerPort: 3000 + securityContext: + capabilities: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 env: - name: USER_UID value: "1000"