forked from infra/ansible
resultsdb: specify correct registry to get image from
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
565a59722b
commit
b173990a47
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ spec:
|
|||
spec:
|
||||
initContainers:
|
||||
- name: db-init
|
||||
image: resultsdb-api
|
||||
image: image-registry.openshift-image-registry.svc:5000/resultsdb/resultsdb-api
|
||||
command:
|
||||
- /bin/sh
|
||||
- -i
|
||||
|
|
@ -54,7 +54,7 @@ spec:
|
|||
readOnly: true
|
||||
containers:
|
||||
- name: api
|
||||
image: resultsdb-api
|
||||
image: image-registry.openshift-image-registry.svc:5000/resultsdb/resultsdb-api
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: RESULTSDB_WSGI_SCRIPT_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue