summaryrefslogtreecommitdiff
path: root/f3s/git-server
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-10 11:51:48 +0200
committerPaul Buetow <paul@buetow.org>2026-01-10 11:51:48 +0200
commit87cfd924dd1131286db36d1d9e1a9df020c4400d (patch)
tree8778947c26607b4dedbadb72a8a4b0a6e23e86e8 /f3s/git-server
parent22ce54cd4854cb946f3b1114ca52eb5a51e87f9b (diff)
Install git-daemon package for git-http-backend support
Diffstat (limited to 'f3s/git-server')
-rw-r--r--f3s/git-server/helm-chart/templates/deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml
index f6e6d5b..45e246a 100644
--- a/f3s/git-server/helm-chart/templates/deployment.yaml
+++ b/f3s/git-server/helm-chart/templates/deployment.yaml
@@ -85,7 +85,8 @@ spec:
command: ["/bin/sh", "-c"]
args:
- |
- # Note: joseluisq/alpine-cgit already has git installed, no need to install again
+ # Install git-daemon package which provides git-http-backend
+ apk add --no-cache git-daemon
# Configure git repository for HTTP access
git config --file /repos/repos/conf.git/config http.receivepack true