Detach Volume

This commit is contained in:
Jack Jackson 2023-07-24 21:52:30 -07:00
parent 82f7405d4e
commit f693819cb6

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