Remove Longhorn Media volumes now fully migrated

This commit is contained in:
Jack Jackson 2023-10-04 10:00:57 -07:00
parent 69b15c1ad6
commit 7eb215f7fa
2 changed files with 0 additions and 63 deletions

View File

@ -45,12 +45,6 @@ spec:
name: jf-config name: jf-config
- mountPath: /cache - mountPath: /cache
name: jf-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: tolerations:
- key: face - key: face
operator: Equal operator: Equal
@ -69,15 +63,6 @@ spec:
- name: jf-cache - name: jf-cache
persistentVolumeClaim: persistentVolumeClaim:
claimName: jf-cache-pvc 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 }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}

View File

@ -58,54 +58,6 @@ spec:
nfs: nfs:
server: galactus.avril server: galactus.avril
path: /mnt/low-resiliency-with-read-cache/ombi-data/ 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 # # https://forum.jellyfin.org/t-could-not-apply-migration-migrateactivitylogdatabase
# apiVersion: v1 # apiVersion: v1