Increase mon-count.
This commit is contained in:
parent
a557654939
commit
0c5b0aaf6e
1 changed files with 11 additions and 11 deletions
|
@ -40,19 +40,19 @@ spec:
|
||||||
|
|
||||||
cephClusterSpec:
|
cephClusterSpec:
|
||||||
mon:
|
mon:
|
||||||
count: 3
|
count: 5
|
||||||
network:
|
network:
|
||||||
provider: host
|
provider: host
|
||||||
placement:
|
# placement:
|
||||||
mon:
|
# mon:
|
||||||
nodeAffinity:
|
# nodeAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
# requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
nodeSelectorTerms:
|
# nodeSelectorTerms:
|
||||||
- matchExpressions:
|
# - matchExpressions:
|
||||||
- key: role
|
# - key: role
|
||||||
operator: In
|
# operator: In
|
||||||
values:
|
# values:
|
||||||
- control-plane
|
# - control-plane
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue