Second Longhorn TV Volume

This commit is contained in:
Jack Jackson 2023-07-25 14:34:51 -07:00
parent a01a1a68f4
commit 766998c026
2 changed files with 17 additions and 0 deletions

View File

@ -44,6 +44,8 @@ spec:
name: jf-cache
- mountPath: /media-longhorn/tv-1
name: jf-longhorn-tv-1
- mountPath: /media-longhorn/tv-2
name: jf-longhorn-tv-2
tolerations:
- key: face
operator: Equal
@ -62,6 +64,9 @@ spec:
- name: jf-longhorn-tv-1
persistentVolumeClaim:
claimName: jf-longhorn-tv-1
- name: jf-longhorn-tv-2
persistentVolumeClaim:
claimName: jf-longhorn-tv-2
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}

View File

@ -44,6 +44,18 @@ spec:
resources:
requests:
storage: 100Gi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jf-longhorn-tv-2
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 100Gi
# ---
# # https://forum.jellyfin.org/t-could-not-apply-migration-migrateactivitylogdatabase
# apiVersion: v1