c4k-jitsi/src/main/resources/jitsi/jicofo-deployment.yaml
bom 7b4329e88c added jitsi resources
generated resources using docker-compose.yml from
https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker

used kompose to generate yamls

manually updated files until they fit our conventions
2022-02-09 10:55:13 +01:00

30 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