Nais OpenSearch example YAML ΒΆ
This is a complete example of a OpenSearch resource.
For an in-depth explanation of each field, head over to the reference documentation.
yaml
version: v1
type: OpenSearch
name: myopensearch
spec:
http:
maxContentLength: 100Mi
indices:
queryBoolMaxClauseCount: 1024
memory: 4GB
shardIndexingPressure:
enabled: true
storageGB: 80
tier: SingleNode
version: "3.3"