Adding tempaltes cache volume
This commit is contained in:
parent
bb81224eef
commit
b302eefa85
@ -14,7 +14,7 @@ type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
@ -58,6 +58,8 @@ 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
|
||||
@ -80,6 +82,8 @@ spec:
|
||||
volumes:
|
||||
- name: app-local-config
|
||||
emptyDir: {}
|
||||
- name: templates-cache
|
||||
emptyDir: {}
|
||||
- name: watcher-media-pv
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ .Values.mediaPvc }}
|
||||
|
||||
@ -29,6 +29,7 @@ securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1003
|
||||
runAsGroup: 1003
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
Loading…
Reference in New Issue
Block a user