Create larger volume now rasnu2 is available

This commit is contained in:
Jack Jackson 2023-07-26 14:09:46 -07:00
parent dd63fb1d2c
commit 9c84e93e65
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-longhorn/tv-4
name: jf-longhorn-tv-4
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-longhorn-tv-4
persistentVolumeClaim:
claimName: jf-longhorn-tv-4
{{- 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-longhorn-tv-4
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 1Ti
# --- # ---
# # https://forum.jellyfin.org/t-could-not-apply-migration-migrateactivitylogdatabase # # https://forum.jellyfin.org/t-could-not-apply-migration-migrateactivitylogdatabase
# apiVersion: v1 # apiVersion: v1