maubot: dont use deploymentconfig for prod
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
687ca73cf2
commit
021408c107
1 changed files with 0 additions and 13 deletions
|
@ -106,23 +106,10 @@
|
||||||
serviceport: maubot
|
serviceport: maubot
|
||||||
servicename: maubot
|
servicename: maubot
|
||||||
|
|
||||||
- role: openshift/object
|
|
||||||
app: maubot
|
|
||||||
file: deploymentconfig.yml
|
|
||||||
objectname: deploymentconfig.yml
|
|
||||||
when: env == "production"
|
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: maubot
|
app: maubot
|
||||||
file: deployment.yml
|
file: deployment.yml
|
||||||
objectname: deployment.yml
|
objectname: deployment.yml
|
||||||
when: env != "production"
|
|
||||||
|
|
||||||
|
|
||||||
- role: openshift/rollout
|
|
||||||
app: maubot
|
|
||||||
dcname: maubot
|
|
||||||
when: env == "production"
|
|
||||||
|
|
||||||
###############################################
|
###############################################
|
||||||
# actions to delete the project from OpenShift
|
# actions to delete the project from OpenShift
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue