maubot - more troubleshooting

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-08-16 14:42:25 +10:00
parent 619a8a5273
commit f0e2da5ede
2 changed files with 8 additions and 8 deletions

View file

@ -2,14 +2,14 @@
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
name: web
name: maubot
labels:
app: maubot
spec:
replicas: 1
selector:
app: maubot
deploymentconfig: web
deploymentconfig: maubot
strategy:
type: Rolling
activeDeadlineSeconds: 21600
@ -24,7 +24,7 @@ spec:
creationTimestamp: null
labels:
app: maubot
deploymentconfig: web
deploymentconfig: maubot
spec:
containers:
- name: maubot
@ -32,11 +32,11 @@ spec:
ports:
- containerPort: 8080
volumeMounts:
- name: data
mountPath: /maubot
- name: config
mountPath: /config
readOnly: true
- name: data
mountPath: /maubot
readinessProbe:
timeoutSeconds: 1
initialDelaySeconds: 5

View file

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