From 3e66360e2659ef78d69d89c60d047eb8c660f73b Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 18 Apr 2025 16:43:43 +0530 Subject: [PATCH] for testing --- cluster/apps/gitea/gitea.yml | 5 +++++ 1 file changed, 5 insertions(+) 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"