Skip to content

Commit

Permalink
fix: Increase plex pvc/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Jan 24, 2025
1 parent ebcd947 commit 5907426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/main/apps/media/plex/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ spec:
APP_UID: "2000"
APP_GID: "2000"
VOLSYNC_CLAIM: plex-config
VOLSYNC_CAPACITY: 30Gi
VOLSYNC_CAPACITY: 50Gi
VOLSYNC_CACHE_CAPACITY: 25Gi
GATUS_APP: plex
GATUS_SUBDOMAIN: plex
prune: true
Expand Down

0 comments on commit 5907426

Please sign in to comment.