c4k-jitsi/src/main/resources/shynet/deployments.yaml

28 lines
557 B
YAML
Raw Normal View History

2022-02-09 09:48:24 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
2022-02-09 09:49:45 +00:00
name: jitsi-application
2022-02-09 09:48:24 +00:00
namespace: default
labels:
2022-02-09 09:49:45 +00:00
app: jitsi-application
2022-02-09 09:48:24 +00:00
spec:
selector:
matchLabels:
2022-02-09 09:49:45 +00:00
app: jitsi-application
2022-02-09 09:48:24 +00:00
strategy:
type: Recreate
replicas: 1
template:
metadata:
labels:
2022-02-09 09:49:45 +00:00
app: jitsi-application
2022-02-09 09:48:24 +00:00
spec:
containers:
2022-02-09 09:49:45 +00:00
- name: jitsi-application
image: milesmcc/jitsi:v0.12.0
2022-02-09 09:48:24 +00:00
imagePullPolicy: IfNotPresent
command: ["./celeryworker.sh"]
envFrom:
- secretRef:
2022-02-09 09:49:45 +00:00
name: jitsi-settings