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

View File

@ -68,6 +68,18 @@ spec:
resources: resources:
requests: requests:
storage: 50Gi 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 # # https://forum.jellyfin.org/t-could-not-apply-migration-migrateactivitylogdatabase
# apiVersion: v1 # apiVersion: v1