add ceph
This commit is contained in:
17
cluster/config/ceph/csi-configmap.yml
Normal file
17
cluster/config/ceph/csi-configmap.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
data:
|
||||
config.json: |-
|
||||
[
|
||||
{
|
||||
"clusterID": "54ca2103-a505-46a7-a13e-0f72d6e3574a",
|
||||
"monitors": [
|
||||
"10.1.0.1:6789",
|
||||
"10.1.0.2:6789",
|
||||
"10.1.0.3:6789"
|
||||
]
|
||||
}
|
||||
]
|
||||
metadata:
|
||||
name: ceph-csi-config
|
||||
namespace: ceph
|
||||
Reference in New Issue
Block a user