We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2361ffe commit 68e9f10Copy full SHA for 68e9f10
example/etcd-minikube.yaml renamed to example/etcd/etcd-minikube.yaml
example/m3db-local.yaml
@@ -0,0 +1,26 @@
1
+apiVersion: operator.m3db.io/v1alpha1
2
+kind: M3DBCluster
3
+metadata:
4
+ name: simple-cluster
5
+spec:
6
+ image: quay.io/m3db/m3dbnode:latest
7
+ replicationFactor: 3
8
+ numberOfShards: 256
9
+ etcdEndpoints:
10
+ - http://etcd-0.etcd:2379
11
+ - http://etcd-1.etcd:2379
12
+ - http://etcd-2.etcd:2379
13
+ isolationGroups:
14
+ - name: group1
15
+ numInstances: 1
16
+ - name: group2
17
18
+ - name: group3
19
20
+ podIdentityConfig:
21
+ sources:
22
+ - PodUID
23
+ namespaces:
24
+ - name: metrics-10s:2d
25
+ preset: 10s:2d
26
+
0 commit comments