diff --git a/services/jitsi/deployment.yaml b/services/jitsi/deployment.yaml index 3af4ed8..bcfd4a4 100644 --- a/services/jitsi/deployment.yaml +++ b/services/jitsi/deployment.yaml @@ -95,22 +95,22 @@ spec: type: Recreate selector: matchLabels: { app: jitsi-jvb } - initContainers: - - name: jvb-custom-config - image: busybox:1.36 - command: - - /bin/sh - - -c - - | - set -euo pipefail - cp /custom-config/custom-jvb.conf /config/custom-jvb.conf - volumeMounts: - - { name: cfg, mountPath: /config } - - { name: jvb-custom, mountPath: /custom-config } template: metadata: labels: { app: jitsi-jvb } spec: + initContainers: + - name: jvb-custom-config + image: busybox:1.36 + command: + - /bin/sh + - -c + - | + set -euo pipefail + cp /custom-config/custom-jvb.conf /config/custom-jvb.conf + volumeMounts: + - { name: cfg, mountPath: /config } + - { name: jvb-custom, mountPath: /custom-config } nodeSelector: kubernetes.io/hostname: titan-22 kubernetes.io/arch: amd64