maubot: try to get routes working

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-08-16 19:33:45 +10:00
parent 3473a7b8c8
commit 8007bd241b
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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