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/shynet/deployments.yaml

28 lines
557 B
YAML

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