maubot: try to get routes working
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
3473a7b8c8
commit
8007bd241b
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue