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:
Chris Wedgwood 2018-05-08 19:15:34 +00:00
parent ce5cf7f1cf
commit 4c8205bd54
2 changed files with 5 additions and 4 deletions

View File

@ -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:

View File

@ -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