maubot: dont use deploymentconfig for prod

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-10-31 14:28:53 +10:00
parent 687ca73cf2
commit 021408c107

View file

@ -106,23 +106,10 @@
serviceport: maubot
servicename: maubot
- role: openshift/object
app: maubot
file: deploymentconfig.yml
objectname: deploymentconfig.yml
when: env == "production"
- role: openshift/object
app: maubot
file: 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