This commit is contained in:
2025-09-01 21:13:20 +02:00
parent 23ef2ce590
commit 666088c80d
24 changed files with 822 additions and 180 deletions

27
ceph/csi-config-map.yaml Normal file
View File

@@ -0,0 +1,27 @@
#
# /!\ DO NOT MODIFY THIS FILE
#
# This file has been automatically generated by Ceph-CSI yamlgen.
# The source for the contents can be found in the api/deploy directory, make
# your modifications there.
#
apiVersion: v1
kind: ConfigMap
metadata:
name: ceph-csi-config
namespace: ceph
data:
config.json: |-
[
{
"clusterID": "de115bee-2527-45a0-b0e8-50c30be4a907",
"monitors": [
"[fd00:0:0:2::61]:6789",
"[fd00:0:0:2::62]:6789",
"[fd00:0:0:2::63]:6789"
],
"cephFS": {
"subvolumeGroup": "csi"
}
}
]