forked from infra/ansible
bodhi: fix deployment reference
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
b5de39dc82
commit
36218c17e2
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ spec:
|
|||
port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
deploymentconfig: bodhi-web
|
||||
deployment: bodhi-web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue