-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Chinchilla
authored
Dec 9, 2020
1 parent
2361ffe
commit 68e9f10
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|