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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{service}}
|
- name: {{service}}
|
||||||
image: koschei:latest
|
image: docker-registry.default.svc:5000/koschei/koschei:latest
|
||||||
command: [/usr/bin/koschei-{{service}}]
|
command: [/usr/bin/koschei-{{service}}]
|
||||||
env:
|
env:
|
||||||
- name: KRB5_CONFIG
|
- name: KRB5_CONFIG
|
||||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: koschei:latest
|
image: docker-registry.default.svc:5000/koschei/koschei:latest
|
||||||
command: [/usr/bin/koschei-frontend]
|
command: [/usr/bin/koschei-frontend]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue