Skip to content

Commit

Permalink
fix(pmm): increase pvc to 10Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 5, 2024
1 parent 3d3bf62 commit 00774d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/media/plex/tools/meta-manager/volsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
name: plex-meta-manager-rdst
resources:
requests:
storage: 5Gi
storage: 10Gi
storageClassName: ${CLUSTER_STORAGE_BLOCK}
---
apiVersion: volsync.backube/v1alpha1
Expand All @@ -56,7 +56,7 @@ spec:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
capacity: 5Gi # must match the PersistentVolumeClaim `.resources.requests.storage` size above
capacity: 10Gi # must match the PersistentVolumeClaim `.resources.requests.storage` size above
---
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
Expand Down

0 comments on commit 00774d7

Please sign in to comment.