aboutsummaryrefslogtreecommitdiff
path: root/manifests/cgit/cgit-deploy.yaml
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-08-17 22:48:53 -0700
committerMax Resnick <max@ofmax.li>2024-08-17 22:48:53 -0700
commite54477d5863bcc5a9ccfeb9af6c1e25138d63f8a (patch)
treed640cae02065086f4be10488d15324deec50746b /manifests/cgit/cgit-deploy.yaml
parent64c63e4a17e0420aee0a44dbdcd1edf80ad50508 (diff)
downloadgo-git-server-e54477d5863bcc5a9ccfeb9af6c1e25138d63f8a.tar.gz
chore: update cgit config and images
Diffstat (limited to 'manifests/cgit/cgit-deploy.yaml')
-rw-r--r--manifests/cgit/cgit-deploy.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/manifests/cgit/cgit-deploy.yaml b/manifests/cgit/cgit-deploy.yaml
index 59a8a72..6627710 100644
--- a/manifests/cgit/cgit-deploy.yaml
+++ b/manifests/cgit/cgit-deploy.yaml
@@ -20,7 +20,10 @@ spec:
value: "8080"
- name: CGIT_CONFIG
value: /opt/etc/cgitrc
- image: registry.gitlab.com/grumps/grumpy-containers/cgit:v0.0.5
+ image: registry.gitlab.com/grumps/grumpy-containers/cgit:v0.0.6
+ securityContext:
+ runAsUser: 0
+ runAsGroup: 1000
imagePullPolicy: Always
name: cgit
ports:
@@ -42,7 +45,7 @@ spec:
persistentVolumeClaim:
claimName: go-git-storage
- name: cgitrc
- configMap:
- defaultMode: 420
+ configMap:
+ defaultMode: 420
name: cgitrc
-
+