summaryrefslogtreecommitdiff
path: root/f3s/jellyfin
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/jellyfin')
-rw-r--r--f3s/jellyfin/helm-chart/templates/deployment.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/deployment.yaml b/f3s/jellyfin/helm-chart/templates/deployment.yaml
index a4953fd..c6d94e7 100644
--- a/f3s/jellyfin/helm-chart/templates/deployment.yaml
+++ b/f3s/jellyfin/helm-chart/templates/deployment.yaml
@@ -33,14 +33,14 @@ spec:
mountPath: /media/libraries
- name: jellyfin-data
mountPath: /data
- volumes:
- - name: jellyfin-config
+ volumes:
+ - name: jellyfin-config
persistentVolumeClaim:
claimName: jellyfin-pvc
- - name: jellyfin-libraries
+ - name: jellyfin-libraries
persistentVolumeClaim:
claimName: jellyfin-libraries-pvc
- - name: jellyfin-data
+ - name: jellyfin-data
persistentVolumeClaim:
claimName: jellyfin-data-pvc
---