forked from k-space/kube
		
	mysql-clusters not used
This commit is contained in:
		
							
								
								
									
										20
									
								
								_disabled/mysql-clusters/storageclass.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								_disabled/mysql-clusters/storageclass.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| --- | ||||
| apiVersion: storage.k8s.io/v1 | ||||
| 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" | ||||
		Reference in New Issue
	
	Block a user