Recreate Ceph Volume
This commit is contained in:
parent
670f32b424
commit
67cf86bf60
@ -42,8 +42,8 @@ spec:
|
||||
name: jf-config
|
||||
- mountPath: /cache
|
||||
name: jf-cache
|
||||
# - mountPath: /media-longhorn/tv
|
||||
# name: jf-longhorn-tv-1
|
||||
- mountPath: /media-ceph/tv
|
||||
name: jf-ceph-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-ceph-tv-1
|
||||
persistentVolumeClaim:
|
||||
claimName: jf-ceph-tv-1
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
@ -36,7 +36,7 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: jf-longhorn-tv-1
|
||||
name: jf-ceph-tv-1
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
Loading…
x
Reference in New Issue
Block a user