fix: annotations, not labels (#36)
<picard face palm gif> - purelb requires annotations not labels Reviewed-on: #36
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
csiConfig:
|
||||
# raid6, 75% space efficiency
|
||||
- clusterID: "cephfs_csi_ssd_ec_6_2"
|
||||
monitors:
|
||||
- "198.18.23.9:6789"
|
||||
- "198.18.23.10:6789"
|
||||
- "198.18.23.11:6789"
|
||||
- "198.18.23.12:6789"
|
||||
- "198.18.23.13:6789"
|
||||
cephFS:
|
||||
subvolumeGroup: csi_ssd_ec_6_2
|
||||
|
||||
# raid5, 80% space efficiency
|
||||
- clusterID: "cephfs_csi_ssd_ec_4_1"
|
||||
monitors:
|
||||
- "198.18.23.9:6789"
|
||||
- "198.18.23.10:6789"
|
||||
- "198.18.23.11:6789"
|
||||
- "198.18.23.12:6789"
|
||||
- "198.18.23.13:6789"
|
||||
cephFS:
|
||||
subvolumeGroup: csi_ssd_ec_4_1
|
||||
|
||||
# Secret containing Ceph credentials
|
||||
secret:
|
||||
create: false
|
||||
name: "csi-cephfs-secret"
|
||||
|
||||
# Storage class configuration (disabled - managed separately when needed)
|
||||
storageClass:
|
||||
create: false
|
||||
|
||||
# Provisioner configuration
|
||||
provisioner:
|
||||
name: csi-cephfs-provisioner
|
||||
replicaCount: 3
|
||||
|
||||
# Image versions
|
||||
image:
|
||||
repository: quay.io/cephcsi/cephcsi
|
||||
tag: v3.15.0
|
||||
Reference in New Issue
Block a user