This commit is contained in:
Nico Schottelius 2021-06-24 14:05:49 +02:00
parent c3b931e11f
commit 864bd012de
1 changed files with 18 additions and 0 deletions

18
apps/jitsi/debug.yaml Normal file
View File

@ -0,0 +1,18 @@
apiVersion: v1
kind: Pod
metadata:
name: jitsi-debug
spec:
containers:
- name: busybox
image: busybox
args:
- sleep
- "1000000"
volumeMounts:
- name: etcletsencrypt
mountPath: "/etc/letsencrypt"
volumes:
- name: etcletsencrypt
persistentVolumeClaim:
claimName: jitsi-letsencrypt-certs