Compare commits

..

3 Commits

Author SHA1 Message Date
bea 94cff95854 update jelly 2025-03-19 00:53:56 +01:00
bea 01c05c82fc fix jelly pvc 2025-03-19 00:53:25 +01:00
bea a65363dbea update jelly 2025-03-19 00:53:09 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
volumes:
- name: media
persistentVolumeClaim:
claimName: media-pvc
claimName: media-rwx-pvc
- name: jellyfin-config
persistentVolumeClaim:
claimName: jellyfin-config
+2 -2
View File
@@ -16,12 +16,12 @@ volumeBindingMode: Immediate # Ensures volumes are bound immediately
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: media-pvc
name: media-rwx-pvc
namespace: jellyfin
spec:
storageClassName: media-storage
accessModes:
- ReadWriteOnce # Longhorn supports RWO; if RWX is needed, enable RWX mode in Longhorn UI
- ReadWriteMany # Longhorn supports RWO; if RWX is needed, enable RWX mode in Longhorn UI
resources:
requests:
storage: 1Ti