Merge pull request #381 from 3dwardch3ng/infra/local-path-provisioner

Infra/local path provisioner
This commit is contained in:
2024-06-27 10:16:19 +10:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -25,12 +25,14 @@ spec:
accessModes:
- ReadWriteOnce
volumeName: jellyfin-config
storageClassName: local-path
data:
enabled: true
volumeClaimSpec:
accessModes:
- ReadWriteOnce
volumeName: jellyfin-data
storageClassName: local-path
jellyfin:
mediaVolumes:
- name: movies

View File

@@ -21,6 +21,7 @@ spec:
password: ${password}
master:
persistence:
storageClass: local-path
existingClaim: redis-master-pvc
selector:
matchLabels:
@@ -30,6 +31,7 @@ spec:
replica:
replicaCount: 1
persistence:
storageClass: local-path
existingClaim: redis-replica-pvc
selector:
matchLabels: