fix(infra/k8s): Fix Nixery image URLs for moved local projects

This commit is contained in:
Vincent Ambo 2019-12-20 20:39:06 +00:00
parent 8de5d093d8
commit 61c8ac4338
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: tazblog
image: nixery.local/shell/services.tazblog:{{ gitHEAD }}
image: nixery.local/shell/web.tazblog:{{ gitHEAD }}
command: [ "tazblog" ]
---
apiVersion: v1