Add hostmount for media.
This commit is contained in:
@ -22,7 +22,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|||||||
@ -107,11 +107,11 @@ tolerations: []
|
|||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
extraVolumes: []
|
extraVolumes:
|
||||||
#- name: renderD129
|
- name: jammaraid
|
||||||
# hostPath:
|
hostPath:
|
||||||
# path: /dev/dri/renderD129
|
path: /media/raid/jammaraid
|
||||||
|
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts:
|
||||||
#- mountPath: /dev/dri/renderD129
|
- mountPath: /media/raid/jammaraid
|
||||||
# name: renderD129
|
name: jammaraid
|
||||||
|
|||||||
Reference in New Issue
Block a user