diff options
Diffstat (limited to 'ops/infra/kubernetes/cgit/config.yaml')
-rw-r--r-- | ops/infra/kubernetes/cgit/config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/infra/kubernetes/cgit/config.yaml b/ops/infra/kubernetes/cgit/config.yaml index 78de82ee09ee..43bfe9d7fb45 100644 --- a/ops/infra/kubernetes/cgit/config.yaml +++ b/ops/infra/kubernetes/cgit/config.yaml @@ -31,7 +31,7 @@ spec: fsGroup: 1000 containers: - name: cgit - image: nixery.local/shell/services.cgit-taz:{{ gitHEAD }} + image: nixery.local/shell/web.cgit-taz:{{ gitHEAD }} command: [ "cgit-launch" ] env: - name: HOME @@ -40,7 +40,7 @@ spec: - name: git-volume mountPath: /git - name: sync-gcsr - image: nixery.local/shell/services.sync-gcsr:{{ gitHEAD }} + image: nixery.local/shell/ops.sync-gcsr:{{ gitHEAD }} command: [ "sync-gcsr" ] env: - name: SYNC_USER |