Skip to content

Commit c9a9560

Browse files
committed
fix invalid Ocu values in example manifest
Signed-off-by: Federico <github-fed-sv.unrigged670@passmail.com>
1 parent 6bfccdd commit c9a9560

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/opensearchserverless/cluster/v1beta1/collectiongroup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ metadata:
1313
spec:
1414
forProvider:
1515
capacityLimits:
16-
- maxIndexingCapacityInOcu: 10
17-
maxSearchCapacityInOcu: 10
16+
- maxIndexingCapacityInOcu: 16
17+
maxSearchCapacityInOcu: 16
1818
minIndexingCapacityInOcu: 0
1919
minSearchCapacityInOcu: 0
2020
description: Scale-to-zero collection group

examples/opensearchserverless/namespaced/v1beta1/collectiongroup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ metadata:
1414
spec:
1515
forProvider:
1616
capacityLimits:
17-
- maxIndexingCapacityInOcu: 10
18-
maxSearchCapacityInOcu: 10
17+
- maxIndexingCapacityInOcu: 16
18+
maxSearchCapacityInOcu: 16
1919
minIndexingCapacityInOcu: 0
2020
minSearchCapacityInOcu: 0
2121
description: Scale-to-zero collection group

0 commit comments

Comments
 (0)