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 apiVersion: apps.openshift.io/v1
kind: DeploymentConfig kind: DeploymentConfig
metadata: metadata:
name: maubot name: web
labels: labels:
app: maubot app: maubot
spec: spec:
replicas: 1 replicas: 1
selector: selector:
app: maubot app: maubot
deploymentconfig: maubot deploymentconfig: web
strategy: strategy:
type: Rolling type: Rolling
activeDeadlineSeconds: 21600 activeDeadlineSeconds: 21600
@ -24,7 +24,7 @@ spec:
creationTimestamp: null creationTimestamp: null
labels: labels:
app: maubot app: maubot
deploymentconfig: maubot deploymentconfig: web
spec: spec:
containers: containers:
- name: maubot - name: maubot

View file

@ -2,14 +2,14 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: maubot name: web
labels: labels:
app: maubot app: maubot
spec: spec:
ports: ports:
- name: maubot - name: web
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080
selector: selector:
app: maubot app: maubot
deploymentconfig: maubot deploymentconfig: web