File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ This chart is tested with the latest 1.0.0-rc1 version.
2222* The chart deploys a StatefulSet and by default will do an automated rolling
2323 update of your cluster. It does this by waiting for the cluster health to become
2424 green after each instance is updated.
25- * It is important to verify that the JVM heap size in ` esJavaOpts ` and to set
26- the CPU/Memory ` resources ` to something suitable for your cluster.
25+ * It is important to verify that the JVM heap size in ` opensearchJavaOpts ` and
26+ to set the CPU/Memory ` resources ` to something suitable for your cluster.
2727* To simplify chart and maintenance each set of node groups is deployed as a
2828 separate Helm release. Without doing this it isn't possible to resize persistent
2929 volumes in a StatefulSet. By setting it up this way it makes it possible to add
Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ spec:
299299 value : " {{ .Values.clusterName }}"
300300 - name : network.host
301301 value : " {{ .Values.networkHost }}"
302- - name : ES_JAVA_OPTS
303- value : " {{ .Values.esJavaOpts }}"
302+ - name : OPENSEARCH_JAVA_OPTS
303+ value : " {{ .Values.opensearchJavaOpts }}"
304304 {{- range $role, $enabled := .Values.roles }}
305305 - name : node.{{ $role }}
306306 value : " {{ $enabled }}"
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ podAnnotations: {}
115115# additionals labels
116116labels : {}
117117
118- esJavaOpts : " -Xmx512M -Xms512M"
118+ opensearchJavaOpts : " -Xmx512M -Xms512M"
119119
120120resources :
121121 requests :
You can’t perform that action at this time.
0 commit comments