diff --git a/roles/openshift-apps/bodhi/templates/deploymentconfig.yml b/roles/openshift-apps/bodhi/templates/deploymentconfig.yml index 51348ba6f1..e45e311018 100644 --- a/roles/openshift-apps/bodhi/templates/deploymentconfig.yml +++ b/roles/openshift-apps/bodhi/templates/deploymentconfig.yml @@ -289,7 +289,7 @@ items: {% if env == "staging" %} image: bodhi-base-prebuilt:staging command: ["/usr/bin/celery"] - args: ["worker", "-A", "bodhi.server.tasks.app", "-l", "info", "-Q"] + args: ["worker", "-A", "bodhi.server.tasks.app", "-l", "info", "-Q", "celery"] {% else %} image: bodhi-celery:latest {% endif %} @@ -392,7 +392,7 @@ items: {% if env == "staging" %} image: bodhi-base-prebuilt:staging command: [" /usr/bin/celery"] - args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info", "-Q"] + args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info", "-Q", "celery"] {% else %} image: bodhi-celery-beat:latest {% endif %}