Skip to content

Commit

Permalink
etcd cluster example
Browse files Browse the repository at this point in the history
  • Loading branch information
usemam committed Sep 26, 2020
1 parent 9576146 commit 9cf2194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions leader-election/etcd-cluster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: "etcd.database.coreos.com/v1beta2"
kind: "EtcdCluster"
metadata:
name: "my-etcd-cluster"
spec:
size: 3
version: "3.2.13"
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* Ambassador
* Adapter
* Replicated Load-Balanced Service
* Sharded Service
* Ownership Election

0 comments on commit 9cf2194

Please sign in to comment.