Skip to content

Commit

Permalink
switch jellyfin to SMB
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Aug 31, 2024
1 parent b8b674f commit b563840
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions apps/jellyfin/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
resources:
jellyfin:
requests:
cpu: 500m
cpu: 200m
memory: 256Mi
limits:
cpu: 3000m
Expand Down Expand Up @@ -71,10 +71,18 @@ spec:
- name: fileserver
readOnly: false
volumeSpec:
accessModes:
- ReadWriteOnce
capacity:
storage: 12Ti
nfs:
path: /srv/storage
server: fileserver.chaosdorf.space
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
mountOptions:
- dir_mode=0777
- file_mode=0777
- guest
csi:
driver: smb.csi.k8s.io
readOnly: false
volumeHandle: smb-fileserver-jellyfin
volumeAttributes:
source: //fileserver.chaosdorf.space/public

0 comments on commit b563840

Please sign in to comment.