Second Longhorn TV Volume
This commit is contained in:
parent
a01a1a68f4
commit
766998c026
@ -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 }}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user