90f793464b
- Migrate csi-cephfs from Terraform to ArgoCD - Migrate csi-cephrbd from Terraform to ArgoCD - Create dedicated storage project and ApplicationSet for CSI drivers - Add csi-* pattern matching in storage ApplicationSet - Remove CSI apps from platform project to separate concerns Reviewed-on: #45
49 lines
961 B
YAML
49 lines
961 B
YAML
csiConfig:
|
|
- clusterID: "de96a98f-3d23-465a-a899-86d3d67edab8"
|
|
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"
|
|
|
|
# Secret containing Ceph credentials
|
|
secret:
|
|
create: false
|
|
name: "csi-rbd-secret"
|
|
|
|
# Storage class configuration (disabled - managed separately)
|
|
storageClass:
|
|
create: false
|
|
|
|
# CSI driver configuration
|
|
csiDriver:
|
|
name: "rbd.csi.ceph.com"
|
|
|
|
# Node plugin configuration
|
|
nodeplugin:
|
|
name: csi-rbdplugin
|
|
updateStrategy: RollingUpdate
|
|
|
|
# Provisioner configuration
|
|
provisioner:
|
|
name: csi-rbd-provisioner
|
|
replicaCount: 3
|
|
|
|
# Image versions
|
|
image:
|
|
repository: quay.io/cephcsi/cephcsi
|
|
tag: v3.15.0
|
|
|
|
# Enable snapshots
|
|
snapshotter:
|
|
image:
|
|
repository: registry.k8s.io/sig-storage/csi-snapshotter
|
|
tag: v8.0.1
|
|
|
|
# Enable volume expansion
|
|
resizer:
|
|
image:
|
|
repository: registry.k8s.io/sig-storage/csi-resizer
|
|
tag: v1.12.0
|