Cannot downsize a volume, and cannot delete an attached volume

This commit is contained in:
Jack Jackson 2023-07-23 12:49:05 -07:00
parent 9c4fdc923d
commit be0dc53e2b
2 changed files with 6 additions and 6 deletions

View File

@ -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 }}

View File

@ -43,7 +43,7 @@ spec:
storageClassName: longhorn
resources:
requests:
storage: 500Mi
storage: 500Gi
# ---
# # https://forum.jellyfin.org/t-could-not-apply-migration-migrateactivitylogdatabase
# apiVersion: v1