Skip to content

Commit

Permalink
fix: update plex cache pvc size
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Oct 23, 2024
1 parent 37107de commit 7bffe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/plex/app/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 75Gi
storage: 100Gi
storageClassName: ceph-block

0 comments on commit 7bffe73

Please sign in to comment.