Remove Longhorn Media volumes now fully migrated
This commit is contained in:
parent
69b15c1ad6
commit
7eb215f7fa
@ -45,12 +45,6 @@ spec:
|
||||
name: jf-config
|
||||
- mountPath: /cache
|
||||
name: jf-cache
|
||||
- mountPath: /media-longhorn/tv-1
|
||||
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
|
||||
@ -69,15 +63,6 @@ spec:
|
||||
- name: jf-cache
|
||||
persistentVolumeClaim:
|
||||
claimName: jf-cache-pvc
|
||||
- name: jf-longhorn-tv-1
|
||||
persistentVolumeClaim:
|
||||
claimName: jf-longhorn-tv-1
|
||||
- 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 }}
|
||||
|
@ -58,54 +58,6 @@ spec:
|
||||
nfs:
|
||||
server: galactus.avril
|
||||
path: /mnt/low-resiliency-with-read-cache/ombi-data/
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: jf-longhorn-tv-1
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: longhorn
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: jf-longhorn-tv-2
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: longhorn
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: jf-longhorn-tv-3
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: longhorn
|
||||
resources:
|
||||
requests:
|
||||
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
|
||||
# apiVersion: v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user