1
0
Fork 0
forked from infra/ansible

bodhi: fix deployment reference

Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
Pedro Moura 2026-04-24 17:56:24 -03:00 committed by Kevin Fenzi
commit 36218c17e2
2 changed files with 3 additions and 3 deletions

View file

@ -139,8 +139,8 @@
haproxy.router.openshift.io/timeout: 180s
- role: openshift/object
object_app: bodhi
object_template: deploymentconfig.yml.j2
object_objectname: deploymentconfig.yml
object_template: deployment.yml.j2
object_objectname: deployment.yml
- role: openshift/object
object_app: bodhi
object_template: critpathcron.yml.j2

View file

@ -13,4 +13,4 @@ spec:
port: 8080
targetPort: 8080
selector:
deploymentconfig: bodhi-web
deployment: bodhi-web