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:
|
||||
mon:
|
||||
count: 3
|
||||
count: 5
|
||||
network:
|
||||
provider: host
|
||||
placement:
|
||||
mon:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: role
|
||||
operator: In
|
||||
values:
|
||||
- control-plane
|
||||
# placement:
|
||||
# mon:
|
||||
# nodeAffinity:
|
||||
# requiredDuringSchedulingIgnoredDuringExecution:
|
||||
# nodeSelectorTerms:
|
||||
# - matchExpressions:
|
||||
# - key: role
|
||||
# operator: In
|
||||
# values:
|
||||
# - control-plane
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue