mysql-clusters not used
This commit is contained in:
@@ -21,26 +21,6 @@ parameters:
|
|||||||
---
|
---
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
|
||||||
name: mysql
|
|
||||||
annotations:
|
|
||||||
kubernetes.io/description: |
|
|
||||||
Storage class for MySQL, MariaDB and similar applications that
|
|
||||||
implement high availability in application layer.
|
|
||||||
This storage class uses XFS, has no block level redundancy and
|
|
||||||
has block device level caching disabled.
|
|
||||||
provisioner: csi.proxmox.sinextra.dev
|
|
||||||
reclaimPolicy: Retain
|
|
||||||
volumeBindingMode: WaitForFirstConsumer
|
|
||||||
allowVolumeExpansion: true
|
|
||||||
parameters:
|
|
||||||
csi.storage.k8s.io/fstype: xfs
|
|
||||||
storage: ks-pvs
|
|
||||||
cache: none
|
|
||||||
ssd: "true"
|
|
||||||
---
|
|
||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
kind: StorageClass
|
|
||||||
metadata:
|
metadata:
|
||||||
name: mongo
|
name: mongo
|
||||||
annotations:
|
annotations:
|
||||||
|
Reference in New Issue
Block a user