all repos — infra @ b8300f6693ce4c50a0953071b678cbc67f8ed4cd

infrastructure manifests and setup notes

apps: legit: run as git user
Anirudh Oppiliappan x@icyphox.sh
Sun, 14 Jul 2024 00:24:56 +0300
commit

b8300f6693ce4c50a0953071b678cbc67f8ed4cd

parent

0c2075ae8c175b6c20f4f406027aa1b54b651574

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M apps/legit/legit.yamlapps/legit/legit.yaml

@@ -18,6 +18,9 @@ app: legit

spec: nodeSelector: kubernetes.io/hostname: denna + securityContext: + runAsUser: 1001 # git + runAsGroup: 100 # users containers: - name: legit image: sini:5000/legit:latest