mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user