Added init container
This commit is contained in:
parent
366181fb9a
commit
011f83a7ff
@ -45,6 +45,25 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: tautulli-config
|
- name: tautulli-config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
initContainers:
|
||||||
|
- command:
|
||||||
|
- chown
|
||||||
|
- -R
|
||||||
|
- "1027:1027"
|
||||||
|
- /config
|
||||||
|
image: busybox
|
||||||
|
imagePullPolicy: Always
|
||||||
|
name: init
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
requests:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 256Mi
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /config
|
||||||
|
name: tautulli-config
|
||||||
volumes:
|
volumes:
|
||||||
- name: tautulli-config
|
- name: tautulli-config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user