From 502aaff50a751a25545f3bcab44dd6bd2226328e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 28 Mar 2023 18:54:31 +0200 Subject: [PATCH] Use mayastore --- customers/base/jiva-sc.yml | 12 ------------ customers/base/jiva-sp.yml | 6 ------ customers/base/kustomization.yaml | 2 -- customers/base/nextcloud-pvc.yml | 6 +++--- 4 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 customers/base/jiva-sc.yml delete mode 100644 customers/base/jiva-sp.yml diff --git a/customers/base/jiva-sc.yml b/customers/base/jiva-sc.yml deleted file mode 100644 index 9ba9cc0..0000000 --- a/customers/base/jiva-sc.yml +++ /dev/null @@ -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 diff --git a/customers/base/jiva-sp.yml b/customers/base/jiva-sp.yml deleted file mode 100644 index 9e04816..0000000 --- a/customers/base/jiva-sp.yml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: openebs.io/v1alpha1 -kind: StoragePool -metadata: - name: jiva-pool -spec: - path: "/mnt" diff --git a/customers/base/kustomization.yaml b/customers/base/kustomization.yaml index e64b78a..267ba3f 100644 --- a/customers/base/kustomization.yaml +++ b/customers/base/kustomization.yaml @@ -6,5 +6,3 @@ resources: - redis-deployment.yml - redis-service.yml - s3-service.yml - - jiva-sc.yml - - jiva-sp.yml diff --git a/customers/base/nextcloud-pvc.yml b/customers/base/nextcloud-pvc.yml index 3c5f611..03499cd 100644 --- a/customers/base/nextcloud-pvc.yml +++ b/customers/base/nextcloud-pvc.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