Skip to content

Commit 566f425

Browse files
committed
chore(plans): optimize opensearch plans
1 parent 9dceb4b commit 566f425

40 files changed

Lines changed: 80 additions & 79 deletions

addons/opensearch/2.10/plans/standard-1024/meta.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

addons/opensearch/2.10/plans/standard-128/meta.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

addons/opensearch/2.10/plans/standard-16/meta.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

addons/opensearch/2.10/plans/standard-1024/create-instance-schema.json renamed to addons/opensearch/2.10/plans/standard-1c2g16/create-instance-schema.json

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-1c2g16"
2+
id: ba01d605-e665-475d-97b5-6072cfbf07db
3+
description: "Opensearch standard-1c2g16 plan which limit resources 1 cores 2Gi memory and persistence size 16Gi."
4+
displayName: "standard-1c2g16"
5+
bindable: true
6+
maximum_polling_duration: 1800

addons/opensearch/2.10/plans/standard-16/values.yaml renamed to addons/opensearch/2.10/plans/standard-1c2g16/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## @param fullnameOverride String to fully override common.names.fullname
22
##
3-
fullnameOverride: "hb-opensearch-standard-16"
3+
fullnameOverride: "hb-opensearch-standard-1c2g16"
44
## @section Master-elegible nodes parameters
55

66
master:
@@ -21,11 +21,11 @@ master:
2121
##
2222
resources:
2323
limits:
24-
cpu: 2000m
25-
memory: 2048Mi
24+
cpu: 1
25+
memory: 2Gi
2626
requests:
2727
cpu: 500m
28-
memory: 512Mi
28+
memory: 1Gi
2929
## @param master.heapSize OpenSearch master-eligible node heap size.
3030
## Note: The recommended heapSize is half of the container's memory.
3131
## If omitted, it will be automatically set.

addons/opensearch/2.10/plans/standard-256/meta.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

addons/opensearch/2.10/plans/standard-128/create-instance-schema.json renamed to addons/opensearch/2.10/plans/standard-2c4g32/create-instance-schema.json

File renamed without changes.

0 commit comments

Comments
 (0)