Add media directory
This commit is contained in:
parent
1e7eb4e03b
commit
8728857c7a
@ -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.0
|
||||
version: 0.1.1
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
@ -51,12 +51,12 @@ spec:
|
||||
volumeMounts:
|
||||
- name: trans-config
|
||||
mountPath: /config
|
||||
- name: trans-tv
|
||||
mountPath: /tv
|
||||
- name: trans-media
|
||||
mountPath: /media
|
||||
volumes:
|
||||
- name: trans-tv
|
||||
- name: trans-media
|
||||
persistentVolumeClaim:
|
||||
claimName: transtv-pvc
|
||||
claimName: {{ .Values.mediaPvc }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
||||
@ -71,3 +71,5 @@ affinity: {}
|
||||
config:
|
||||
storageClassName: nfs-client-hermes
|
||||
storageSize: 5Gi
|
||||
|
||||
mediaPvc: trans-media-pvc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user