jitsi: fix init container placement
This commit is contained in:
parent
5baf62c915
commit
453776967a
@ -95,6 +95,10 @@ spec:
|
|||||||
type: Recreate
|
type: Recreate
|
||||||
selector:
|
selector:
|
||||||
matchLabels: { app: jitsi-jvb }
|
matchLabels: { app: jitsi-jvb }
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels: { app: jitsi-jvb }
|
||||||
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: jvb-custom-config
|
- name: jvb-custom-config
|
||||||
image: busybox:1.36
|
image: busybox:1.36
|
||||||
@ -107,10 +111,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- { name: cfg, mountPath: /config }
|
- { name: cfg, mountPath: /config }
|
||||||
- { name: jvb-custom, mountPath: /custom-config }
|
- { name: jvb-custom, mountPath: /custom-config }
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels: { app: jitsi-jvb }
|
|
||||||
spec:
|
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: titan-22
|
kubernetes.io/hostname: titan-22
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user