fix: correct persistence configuration for Bananaspliff charts
- Fix Radarr and Sonarr values to use Bananaspliff chart structure - Use persistence.config and persistence.media instead of volumes/volumeMounts - Reference existing plex-data PVC with proper subPaths - Fixes FailedScheduling due to missing 'myvolume' PVC
This commit is contained in:
@@ -18,16 +18,14 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 7878
|
port: 7878
|
||||||
|
|
||||||
volumes:
|
persistence:
|
||||||
- name: "plex-data"
|
config:
|
||||||
persistentVolumeClaim:
|
enabled: true
|
||||||
claimName: "plex-data"
|
existingClaim: "plex-data"
|
||||||
|
|
||||||
volumeMounts:
|
|
||||||
- name: "plex-data"
|
|
||||||
mountPath: "/config"
|
|
||||||
subPath: "configs/radarr"
|
subPath: "configs/radarr"
|
||||||
- name: "plex-data"
|
media:
|
||||||
|
enabled: true
|
||||||
|
existingClaim: "plex-data"
|
||||||
mountPath: "/nfs"
|
mountPath: "/nfs"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -18,16 +18,14 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8989
|
port: 8989
|
||||||
|
|
||||||
volumes:
|
persistence:
|
||||||
- name: plex-data
|
config:
|
||||||
persistentVolumeClaim:
|
enabled: true
|
||||||
claimName: "plex-data"
|
existingClaim: "plex-data"
|
||||||
|
|
||||||
volumeMounts:
|
|
||||||
- name: plex-data
|
|
||||||
mountPath: "/config"
|
|
||||||
subPath: "configs/sonarr"
|
subPath: "configs/sonarr"
|
||||||
- name: "plex-data"
|
media:
|
||||||
|
enabled: true
|
||||||
|
existingClaim: "plex-data"
|
||||||
mountPath: "/nfs"
|
mountPath: "/nfs"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user