Skip to content

Commit

Permalink
Update opensearch-hot-warm-cold.yaml
Browse files Browse the repository at this point in the history
Correct a `nodePool` component to use a dash `-` instead of an underscore `_` as this string is used in a web address and needs to be URL compliant.

Signed-off-by: Brian White <[email protected]>
  • Loading branch information
brianrudolf authored Nov 6, 2024
1 parent 3e04130 commit 1d068f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
memory: "512Mi"
cpu: "200m"
nodePools:
- component: cluster_managers
- component: cluster-managers
replicas: 3
jvm: -Xmx2G -Xms2G
resources:
Expand Down

0 comments on commit 1d068f5

Please sign in to comment.