Remove Longhorn TV Volume to resize-up
This commit is contained in:
parent
2b1e5e7f5b
commit
e9c311d837
@ -42,8 +42,8 @@ spec:
|
||||
name: jf-config
|
||||
- mountPath: /cache
|
||||
name: jf-cache
|
||||
- mountPath: /media-longhorn/tv
|
||||
name: jf-longhorn-tv-1
|
||||
# - mountPath: /media-longhorn/tv
|
||||
# name: jf-longhorn-tv-1
|
||||
tolerations:
|
||||
- key: face
|
||||
operator: Equal
|
||||
@ -59,9 +59,9 @@ spec:
|
||||
- name: jf-cache
|
||||
persistentVolumeClaim:
|
||||
claimName: jf-cache-pvc
|
||||
- name: jf-longhorn-tv-1
|
||||
persistentVolumeClaim:
|
||||
claimName: jf-longhorn-tv-1
|
||||
# - name: jf-longhorn-tv-1
|
||||
# persistentVolumeClaim:
|
||||
# claimName: jf-longhorn-tv-1
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
@ -32,18 +32,18 @@ spec:
|
||||
requests:
|
||||
storage: {{ .config.size | quote }}
|
||||
{{- end}}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: jf-longhorn-tv-1
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: longhorn
|
||||
resources:
|
||||
requests:
|
||||
storage: 500Mi
|
||||
# ---
|
||||
# apiVersion: v1
|
||||
# kind: PersistentVolumeClaim
|
||||
# metadata:
|
||||
# name: jf-longhorn-tv-1
|
||||
# spec:
|
||||
# accessModes:
|
||||
# - ReadWriteOnce
|
||||
# storageClassName: longhorn
|
||||
# resources:
|
||||
# requests:
|
||||
# storage: 500Mi
|
||||
# ---
|
||||
# # https://forum.jellyfin.org/t-could-not-apply-migration-migrateactivitylogdatabase
|
||||
# apiVersion: v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user