mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
fix(yaml): fixing mongo yaml
As the selector is needed in the latest kubetnetes cluster Also updated zfs volume custom resource and renamed few fields of percona application. Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
0b7229a573
commit
e953af99cf
3 changed files with 11 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: openebs-zfspv
|
||||
name: zfspv-percona
|
||||
allowVolumeExpansion: true
|
||||
parameters:
|
||||
volblocksize: "4k"
|
||||
|
|
@ -14,9 +14,9 @@ provisioner: zfs.csi.openebs.io
|
|||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: csi-zfspv
|
||||
name: zfspv-percona
|
||||
spec:
|
||||
storageClassName: openebs-zfspv
|
||||
storageClassName: zfspv-percona
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
|
|
@ -102,7 +102,7 @@ spec:
|
|||
volumes:
|
||||
- name: demo-vol1
|
||||
persistentVolumeClaim:
|
||||
claimName: csi-zfspv
|
||||
claimName: zfspv-percona
|
||||
- name: sqltest-configmap
|
||||
configMap:
|
||||
name: sqltest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue