From 670f32b424c61026c5be2ed2647ecab6c42c5b57 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 23 Jul 2023 16:15:54 -0700 Subject: [PATCH] Disable LonhornClaim so it can be deleted --- charts/jellyfin/templates/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/jellyfin/templates/deployment.yaml b/charts/jellyfin/templates/deployment.yaml index 4555082..7e9a7a9 100644 --- a/charts/jellyfin/templates/deployment.yaml +++ b/charts/jellyfin/templates/deployment.yaml @@ -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 }}