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