Removed template cache emptyDir
This commit is contained in:
parent
7254f743f1
commit
975406880d
@ -58,8 +58,6 @@ spec:
|
|||||||
- name: watcher-config
|
- name: watcher-config
|
||||||
mountPath: /config/templates
|
mountPath: /config/templates
|
||||||
subPath: templates
|
subPath: templates
|
||||||
- name: templates-cache
|
|
||||||
mountPath: /watcher3/templates/cache
|
|
||||||
- name: watcher-media-pv
|
- name: watcher-media-pv
|
||||||
mountPath: /media
|
mountPath: /media
|
||||||
- name: {{ .Chart.Name }}-sidecar
|
- name: {{ .Chart.Name }}-sidecar
|
||||||
@ -82,8 +80,6 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: app-local-config
|
- name: app-local-config
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: templates-cache
|
|
||||||
emptyDir: {}
|
|
||||||
- name: watcher-media-pv
|
- name: watcher-media-pv
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: {{ .Values.mediaPvc }}
|
claimName: {{ .Values.mediaPvc }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user