From 8007bd241b7f220df038a6ae3ef4136c44d3b4af Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 16 Aug 2023 19:33:45 +1000 Subject: [PATCH] maubot: try to get routes working Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/files/deploymentconfig.yml | 6 +++--- roles/openshift-apps/maubot/files/service.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/openshift-apps/maubot/files/deploymentconfig.yml b/roles/openshift-apps/maubot/files/deploymentconfig.yml index 4038f91ea1..f02302829f 100644 --- a/roles/openshift-apps/maubot/files/deploymentconfig.yml +++ b/roles/openshift-apps/maubot/files/deploymentconfig.yml @@ -2,14 +2,14 @@ apiVersion: apps.openshift.io/v1 kind: DeploymentConfig metadata: - name: maubot + name: web labels: app: maubot spec: replicas: 1 selector: app: maubot - deploymentconfig: maubot + deploymentconfig: web strategy: type: Rolling activeDeadlineSeconds: 21600 @@ -24,7 +24,7 @@ spec: creationTimestamp: null labels: app: maubot - deploymentconfig: maubot + deploymentconfig: web spec: containers: - name: maubot diff --git a/roles/openshift-apps/maubot/files/service.yml b/roles/openshift-apps/maubot/files/service.yml index e94115d72f..f6458dcf32 100644 --- a/roles/openshift-apps/maubot/files/service.yml +++ b/roles/openshift-apps/maubot/files/service.yml @@ -2,14 +2,14 @@ apiVersion: v1 kind: Service metadata: - name: maubot + name: web labels: app: maubot spec: ports: - - name: maubot + - name: web port: 8080 targetPort: 8080 selector: app: maubot - deploymentconfig: maubot + deploymentconfig: web