summaryrefslogtreecommitdiff
path: root/f3s/git-server/helm-chart
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-09 11:13:28 +0200
committerPaul Buetow <paul@buetow.org>2026-01-09 19:40:51 +0200
commit774c4d4c32e3e32e51ef545c1af5cbc0c1bd6191 (patch)
tree443611005875d5529ed07875e462e260e9ec1cb4 /f3s/git-server/helm-chart
parent676786639604fe244ba5372471afba4c7824e365 (diff)
Fix SSH host keys and container security
- Generate SSH host keys at runtime via entrypoint script - Remove fsGroup security context to fix emptyDir permissions - Allow cgit to initialize cache directory as root
Diffstat (limited to 'f3s/git-server/helm-chart')
-rw-r--r--f3s/git-server/helm-chart/templates/deployment.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml
index 0446725..b74a5fc 100644
--- a/f3s/git-server/helm-chart/templates/deployment.yaml
+++ b/f3s/git-server/helm-chart/templates/deployment.yaml
@@ -15,10 +15,6 @@ spec:
labels:
app: git-server
spec:
- # Allow both git (1000) and www-data (33) to access shared files
- securityContext:
- fsGroup: 1000
-
containers:
# Container 1: SSH Git Server
- name: git-server