koschei: Use explicit OpenShift image registry
This commit is contained in:
parent
87ac0c75d0
commit
4c087db4b1
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: {{service}}
|
||||
image: koschei:latest
|
||||
image: docker-registry.default.svc:5000/koschei/koschei:latest
|
||||
command: [/usr/bin/koschei-{{service}}]
|
||||
env:
|
||||
- name: KRB5_CONFIG
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: frontend
|
||||
image: koschei:latest
|
||||
image: docker-registry.default.svc:5000/koschei/koschei:latest
|
||||
command: [/usr/bin/koschei-frontend]
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue