forked from infra/ansible
bodhi: qualify imagestream location
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
83a1f1393c
commit
ad19395d7b
1 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ spec:
|
|||
spec:
|
||||
initContainers:
|
||||
- name: alembic-upgrade
|
||||
image: bodhi-base:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/bodhi/bodhi-base:latest
|
||||
command: ["/bin/sh", "-c"]
|
||||
args:
|
||||
- |
|
||||
|
|
@ -37,7 +37,7 @@ spec:
|
|||
readOnly: true
|
||||
containers:
|
||||
- name: bodhi-web
|
||||
image: bodhi-base:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/bodhi/bodhi-base:latest
|
||||
command: ["gunicorn"]
|
||||
args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-k", "gthread", "--threads", "2", "--log-file=-"]
|
||||
ports:
|
||||
|
|
@ -142,7 +142,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: bodhi-consumer
|
||||
image: bodhi-base:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/bodhi/bodhi-base:latest
|
||||
command: ["/usr/bin/fedora-messaging"]
|
||||
args: ["consume"]
|
||||
resources: {}
|
||||
|
|
@ -221,7 +221,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: bodhi-celery
|
||||
image: bodhi-base:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/bodhi/bodhi-base:latest
|
||||
command: ["/usr/bin/celery"]
|
||||
args: ["-A", "bodhi.server.tasks.app", "worker", "-l", "info", "-Q", "celery"]
|
||||
resources: {}
|
||||
|
|
@ -300,7 +300,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: bodhi-celery-beat
|
||||
image: bodhi-base:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/bodhi/bodhi-base:latest
|
||||
workingDir: "/tmp"
|
||||
command: ["/usr/bin/celery"]
|
||||
args: ["-A", "bodhi.server.tasks.app", "beat", "-l", "info"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue