Skip to content

Commit

Permalink
Update examples (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Chinchilla authored Dec 9, 2020
1 parent 2361ffe commit 68e9f10
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
File renamed without changes.
26 changes: 26 additions & 0 deletions example/m3db-local.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 68e9f10

Please sign in to comment.