Use mayastore
This commit is contained in:
parent
b1d4ca9f6c
commit
502aaff50a
|
@ -1,12 +0,0 @@
|
|||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: openebs-jiva-3repl
|
||||
annotations:
|
||||
openebs.io/cas-type: jiva
|
||||
cas.openebs.io/config: |
|
||||
- name: ReplicaCount
|
||||
value: "3"
|
||||
- name: StoragePool
|
||||
value: jiva-pool
|
||||
provisioner: openebs.io/provisioner-iscsi
|
|
@ -1,6 +0,0 @@
|
|||
apiVersion: openebs.io/v1alpha1
|
||||
kind: StoragePool
|
||||
metadata:
|
||||
name: jiva-pool
|
||||
spec:
|
||||
path: "/mnt"
|
|
@ -6,5 +6,3 @@ resources:
|
|||
- redis-deployment.yml
|
||||
- redis-service.yml
|
||||
- s3-service.yml
|
||||
- jiva-sc.yml
|
||||
- jiva-sp.yml
|
||||
|
|
|
@ -4,11 +4,11 @@ apiVersion: v1
|
|||
metadata:
|
||||
name: customer-shared-storage-claim
|
||||
annotations:
|
||||
volume.beta.kubernetes.io/storage-class: openebs-jiva-3repl
|
||||
volume.beta.kubernetes.io/storage-class: mayastor-3
|
||||
spec:
|
||||
storageClassName: openebs-jiva-3repl
|
||||
storageClassName: mayastor-3
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5G
|
||||
storage: 1G
|
||||
|
|
Loading…
Reference in a new issue