You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-jitsi/src/main/resources/jitsi/jicofo-deployment.yaml

31 lines
645 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: jicofo
spec:
selector:
matchLabels:
app: jicofo
strategy:
type: Recreate
template:
metadata:
labels:
app: jicofo
jitsi-network/meet.jitsi: "true"
spec:
containers:
- env:
- name: SENTRY_DSN
value: '"0"'
image: jitsi/jicofo:stable-6865
imagePullPolicy: IfNotPresent
name: jicofo
volumeMounts:
- mountPath: /config
name: jicofo-claim-config
volumes:
- name: jicofo-claim-config
persistentVolumeClaim:
claimName: jicofo-claim-config