Skip to content

Commit 1308857

Browse files
committed
Increase OpenSearch PVC size from 8Gi to 100Gi
Signed-off-by: Kyle Hounslow <kylhouns@amazon.com>
1 parent 894a533 commit 1308857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/observability-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ opensearch:
2424
cpu: "4000m"
2525
persistence:
2626
enabled: true
27-
size: 8Gi # Increase for production (e.g. 100Gi, 500Gi)
27+
size: 100Gi
2828
# storageClass: "gp3" # Uncomment for AWS gp3 (better IOPS/$ than gp2)
2929
# JVM heap — set to 50% of resources.requests.memory, max 31g
3030
opensearchJavaOpts: "-Xms2g -Xmx2g"

0 commit comments

Comments
 (0)