++debug
This commit is contained in:
parent
c3b931e11f
commit
864bd012de
1 changed files with 18 additions and 0 deletions
18
apps/jitsi/debug.yaml
Normal file
18
apps/jitsi/debug.yaml
Normal 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
|
Loading…
Reference in a new issue