Skip to content

Commit 68e9f10

Browse files
author
Chris Chinchilla
authored
Update examples (#244)
1 parent 2361ffe commit 68e9f10

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
File renamed without changes.

example/m3db-local.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
numInstances: 1
18+
- name: group3
19+
numInstances: 1
20+
podIdentityConfig:
21+
sources:
22+
- PodUID
23+
namespaces:
24+
- name: metrics-10s:2d
25+
preset: 10s:2d
26+

0 commit comments

Comments
 (0)