Longhorn TV volume 3

This commit is contained in:
Jack Jackson 2023-07-26 00:02:14 -07:00
parent 766998c026
commit dd63fb1d2c
2 changed files with 17 additions and 0 deletions

View File

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

View File

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