Skip to content

Commit 7973634

Browse files
authored
Merge pull request #996 from lsst-it/IT-6361/dev-rotate-lsstcam-s3-creds
(ruka) reduce rgw pool pg sizes
2 parents 9898741 + a3afc0b commit 7973634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fleet/lib/rook-ceph-conf/charts/ruka/templates/cephobjectstore-lfa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
nodelete: "true"
191191
nosizechange: "true"
192192
pg_autoscale_mode: "off"
193-
pg_num: "256"
193+
pg_num: "32"
194194
replicated:
195195
size: 3
196196
---
@@ -242,7 +242,7 @@ spec:
242242
nosizechange: "true"
243243
pg_autoscale_mode: "off"
244244
bulk: "true"
245-
pg_num: "512"
245+
pg_num: "64"
246246
---
247247
apiVersion: storage.k8s.io/v1
248248
kind: StorageClass

0 commit comments

Comments
 (0)