fix(plex): dont use volsync

This commit is contained in:
SeanOMik 2024-12-22 13:38:02 -05:00
parent 81f153ac74
commit 6b070b74d2
Signed by: SeanOMik
GPG key ID: FEC9E2FC15235964
3 changed files with 10 additions and 10 deletions
kubernetes/main/apps/media/plex

View file

@ -97,13 +97,13 @@ spec:
persistence:
config:
existingClaim: plex
#existingClaim: plex
# TODO: If setting up Plex for the first time, you'll want to add the globalMounts section
#type: persistentVolumeClaim
#size: 15Gi
#retain: true
#storageClass: openebs-zfs-mainpool
#accessMode: ReadWriteOnce
type: persistentVolumeClaim
size: 15Gi
retain: true
storageClass: openebs-zfs-mainpool
accessMode: ReadWriteOnce
globalMounts:
- path: /config/Library/Application Support/Plex Media Server

View file

@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../../common/templates/volsync
#- ../../../../../common/templates/volsync
- ./helm-release.yaml

View file

@ -26,6 +26,6 @@ spec:
name: cluster-settings
- kind: Secret
name: cluster-secrets
substitute:
APP: *app
VOLSYNC_CAPACITY: 15Gi
# substitute:
# APP: *app
# VOLSYNC_CAPACITY: 15Gi