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