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