fix(plex): dont use volsync
This commit is contained in:
parent
81f153ac74
commit
6b070b74d2
3 changed files with 10 additions and 10 deletions
kubernetes/main/apps/media/plex
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../../../../common/templates/volsync
|
||||
#- ../../../../../common/templates/volsync
|
||||
- ./helm-release.yaml
|
|
@ -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
|
Loading…
Add table
Reference in a new issue