Add hostmount for media.

This commit is contained in:
2022-05-15 10:48:58 +12:00
parent a450cb193b
commit 3da929e376
2 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,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.
# 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
# incremented each time you make changes to the application. Versions are not expected to

View File

@ -107,11 +107,11 @@ tolerations: []
affinity: {}
extraVolumes: []
#- name: renderD129
# hostPath:
# path: /dev/dri/renderD129
extraVolumes:
- name: jammaraid
hostPath:
path: /media/raid/jammaraid
extraVolumeMounts: []
#- mountPath: /dev/dri/renderD129
# name: renderD129
extraVolumeMounts:
- mountPath: /media/raid/jammaraid
name: jammaraid