Added persistent storage for jellyfin config.

This commit is contained in:
2022-05-15 11:26:18 +12:00
parent 3da929e376
commit 2c0c009d6c
2 changed files with 2 additions and 2 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.1
version: 0.1.2
# 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

@ -48,7 +48,7 @@ ingress:
persistence:
config:
enabled: false
enabled: true
## jellyfin configuration data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning