File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 " WebFetch(domain:*)" ,
77 " WebFetch(domain:github.com)" ,
88 " WebFetch(domain:posthog.com)" ,
9- " WebFetch(domain:raw.githubusercontent.com)"
9+ " WebFetch(domain:raw.githubusercontent.com)" ,
10+ " WebFetch(domain:ghcr.io)" ,
11+ " WebFetch(domain:api.github.com)" ,
12+ " WebFetch(domain:hub.docker.com)"
1013 ],
1114 "deny" : [
1215 " Bash(git reset --hard:*)" ,
Original file line number Diff line number Diff line change @@ -20,11 +20,14 @@ image:
2020podSecurityContext :
2121 fsGroup : 1000
2222
23- # The init container runs chmod on /data/git/.ssh which requires root to fix
24- # ownership on restored PVCs from backup. The rootless image still drops to
25- # UID 1000 internally for the main gitea process.
23+ # The init container runs chmod on /data/git/.ssh. Restored PVCs from backup
24+ # may have root-owned files. DAC_OVERRIDE bypasses ownership checks for chmod.
2625containerSecurityContext :
27- runAsUser : 0
26+ capabilities :
27+ add :
28+ - CHOWN
29+ - FOWNER
30+ - DAC_OVERRIDE
2831
2932gitea :
3033 config :
Original file line number Diff line number Diff line change 2424 feature.node.kubernetes.io/cpu-cpuid.AVX2 : " true"
2525 containers :
2626 - name : web
27- image : posthog/posthog:35c95290a3e4da0dd38c7d4c756d4f9fc96f821c
27+ image : posthog/posthog:0c1bf64077d318019343b6894674713115f5effa
2828 command :
2929 - /bin/sh
3030 - -c
@@ -106,7 +106,7 @@ spec:
106106 cpu : 1200m
107107 memory : 4Gi
108108 limits :
109- memory : 8Gi
109+ memory : 12Gi
110110---
111111apiVersion : v1
112112kind : Service
You can’t perform that action at this time.
0 commit comments