diff --git a/example/etcd-minikube.yaml b/example/etcd/etcd-minikube.yaml similarity index 100% rename from example/etcd-minikube.yaml rename to example/etcd/etcd-minikube.yaml diff --git a/example/m3db-local.yaml b/example/m3db-local.yaml new file mode 100644 index 00000000..69e217b3 --- /dev/null +++ b/example/m3db-local.yaml @@ -0,0 +1,26 @@ +apiVersion: operator.m3db.io/v1alpha1 +kind: M3DBCluster +metadata: + name: simple-cluster +spec: + image: quay.io/m3db/m3dbnode:latest + replicationFactor: 3 + numberOfShards: 256 + etcdEndpoints: + - http://etcd-0.etcd:2379 + - http://etcd-1.etcd:2379 + - http://etcd-2.etcd:2379 + isolationGroups: + - name: group1 + numInstances: 1 + - name: group2 + numInstances: 1 + - name: group3 + numInstances: 1 + podIdentityConfig: + sources: + - PodUID + namespaces: + - name: metrics-10s:2d + preset: 10s:2d + \ No newline at end of file