Recreate Ceph Volume

This commit is contained in:
Jack Jackson 2023-07-23 18:29:46 -07:00
parent 670f32b424
commit 67cf86bf60
2 changed files with 6 additions and 6 deletions

View File

@ -42,8 +42,8 @@ spec:
name: jf-config name: jf-config
- mountPath: /cache - mountPath: /cache
name: jf-cache name: jf-cache
# - mountPath: /media-longhorn/tv - mountPath: /media-ceph/tv
# name: jf-longhorn-tv-1 name: jf-ceph-tv-1
tolerations: tolerations:
- key: face - key: face
operator: Equal operator: Equal
@ -59,9 +59,9 @@ spec:
- name: jf-cache - name: jf-cache
persistentVolumeClaim: persistentVolumeClaim:
claimName: jf-cache-pvc claimName: jf-cache-pvc
# - name: jf-longhorn-tv-1 - name: jf-ceph-tv-1
# persistentVolumeClaim: persistentVolumeClaim:
# claimName: jf-longhorn-tv-1 claimName: jf-ceph-tv-1
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}

View File

@ -36,7 +36,7 @@ spec:
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
name: jf-longhorn-tv-1 name: jf-ceph-tv-1
spec: spec:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce