Skip to content

Commit

Permalink
Update example etcd cluster to 3 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Feb 27, 2022
1 parent e47644a commit 1b866d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/mayastor/etcd-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ metadata:
name: mayastor-etcd
namespace: mayastor
spec:
size: 1
size: 3
limitSizeToMaxReadyNodes: true
version: "3.5.2"
pod:
hostPathVolume: /var/snap/microk8s/common/default-storage/mayastor-etcd/$NAME
# hostPathVolume: /var/snap/microk8s/common/default-storage/mayastor-etcd/$NAME
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 1b866d6

Please sign in to comment.