jellyfin updates

This commit is contained in:
Philip Haupt
2025-05-01 17:03:39 +02:00
parent 402acb0ac3
commit 87a18e61cf
3 changed files with 7 additions and 10 deletions

View File

@@ -41,14 +41,13 @@ metadata:
app.kubernetes.io/version: 10.10.6 app.kubernetes.io/version: 10.10.6
helm.sh/chart: jellyfin-2.3.0 helm.sh/chart: jellyfin-2.3.0
name: jellyfin-config name: jellyfin-config
namespace: jellyfin
spec: spec:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
storageClassName: openebs-3-replicas
resources: resources:
requests: requests:
storage: 20Gi storage: 20Gi
storageClassName: openebs-3-replicas
--- ---
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
@@ -59,15 +58,15 @@ metadata:
app.kubernetes.io/name: jellyfin app.kubernetes.io/name: jellyfin
app.kubernetes.io/version: 10.10.6 app.kubernetes.io/version: 10.10.6
helm.sh/chart: jellyfin-2.3.0 helm.sh/chart: jellyfin-2.3.0
velero.io/exclude-from-backup: "true"
name: jellyfin-media name: jellyfin-media
namespace: jellyfin
spec: spec:
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
storageClassName: nfs-storage
resources: resources:
requests: requests:
storage: 25Gi storage: 25Gi
storageClassName: nfs-storage
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment

View File

@@ -174,22 +174,22 @@ persistence:
# -- set to false to use emptyDir # -- set to false to use emptyDir
enabled: true enabled: true
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 5Gi size: 20Gi
# -- Custom annotations to be added to the PVC # -- Custom annotations to be added to the PVC
annotations: {} annotations: {}
# -- If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. # -- If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner.
storageClass: '' storageClass: openebs-3-replicas
## -- Use an existing PVC for this mount ## -- Use an existing PVC for this mount
# existingClaim: '' # existingClaim: ''
media: media:
# -- set to false to use emptyDir # -- set to false to use emptyDir
enabled: true enabled: true
accessMode: ReadWriteOnce accessMode: ReadWriteMany
size: 25Gi size: 25Gi
# -- Custom annotations to be added to the PVC # -- Custom annotations to be added to the PVC
annotations: {} annotations: {}
# -- If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. # -- If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner.
storageClass: '' storageClass: nfs-storage
## -- Use an existing PVC for this mount ## -- Use an existing PVC for this mount
# existingClaim: '' # existingClaim: ''

View File

@@ -3,8 +3,6 @@ apiVersion: v1
kind: PersistentVolume kind: PersistentVolume
metadata: metadata:
name: nfs-media name: nfs-media
labels:
velero.io/exclude-from-backup: "true"
spec: spec:
storageClassName: nfs-storage storageClassName: nfs-storage
capacity: capacity: