1
0
Fork 0
forked from infra/ansible

bodhi: qualify imagestream location

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-05-02 09:57:32 -07:00
commit ad19395d7b

View file

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