Introduce TrueNas volume for Jellyfin

This commit is contained in:
Jack Jackson 2023-09-22 22:18:52 -07:00
parent 9689cbc52e
commit 7373ba6346
2 changed files with 17 additions and 0 deletions

View File

@ -48,6 +48,8 @@ spec:
name: jf-longhorn-tv-2
- mountPath: /media-longhorn/tv-3
name: jf-longhorn-tv-3
- mountPath: /media-truenas/tv-1
name: jf-truenas-tv-1
tolerations:
- key: face
operator: Equal
@ -72,6 +74,9 @@ spec:
- name: jf-longhorn-tv-3
persistentVolumeClaim:
claimName: jf-longhorn-tv-3
- name: jf-truenas-tv-1
persistentVolumeClaim:
claimName: jf-truenas-tv-1
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}

View File

@ -68,6 +68,18 @@ spec:
resources:
requests:
storage: 50Gi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jf-truenas-tv-1
spec:
accessModes:
- ReadWriteMany
storageClassName: freenas-nfs-csi
resources:
requests:
storage: 3Ti
# ---
# # https://forum.jellyfin.org/t-could-not-apply-migration-migrateactivitylogdatabase
# apiVersion: v1