ceph: run 2 rgw replicas
by default run 2 rgw instances, single node and developer will override to 1 Change-Id: I8b49c8ac026b130c74a1e9c548232780284186d2
This commit is contained in:
parent
ce5cf7f1cf
commit
4c8205bd54
@ -63,11 +63,11 @@ labels:
|
||||
pod:
|
||||
dns_policy: "ClusterFirstWithHostNet"
|
||||
replicas:
|
||||
rgw: 1
|
||||
rbd_provisioner: 2
|
||||
cephfs_provisioner: 2
|
||||
mgr: 2
|
||||
rbd_provisioner: 2
|
||||
mds: 2
|
||||
mgr: 2
|
||||
rgw: 2
|
||||
affinity:
|
||||
anti:
|
||||
type:
|
||||
|
@ -158,8 +158,9 @@ conf:
|
||||
|
||||
pod:
|
||||
replicas:
|
||||
mgr: 1
|
||||
mds: 1
|
||||
mgr: 1
|
||||
rgw: 1
|
||||
EOF
|
||||
|
||||
for CHART in ceph-mon ceph-osd ceph-client; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user