diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 11:34:58 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 11:34:58 +0200 |
| commit | 6c13b8a631cfaf01da5e2328dbc20a30d04cbb61 (patch) | |
| tree | 3163d3cd3aec101a80ca0e545883caf526eac6e5 /f3s/git-server | |
| parent | 8dc4ee7159e19d027a3c2b2f081c57e56f98cacf (diff) | |
Remove fsGroup to fix nginx worker setgid errors
The fsGroup: 1000 was causing nginx workers to fail with setgid errors
even after removing 'user nginx;' directive. Since both containers run
as root, fsGroup is not needed for repo access.
Diffstat (limited to 'f3s/git-server')
| -rw-r--r-- | f3s/git-server/helm-chart/templates/deployment.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml index 12a235a..7381178 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -15,9 +15,6 @@ spec: labels: app: git-server spec: - securityContext: - fsGroup: 1000 - initContainers: - name: setup image: alpine:3.19 |
