Use https to connect to opensearch.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -63,7 +63,7 @@ Create the name of the service account to use | ... | @@ -63,7 +63,7 @@ Create the name of the service account to use |
63 | 63 | ||
64 | {{- define "moqui.opensearch-url" -}} | 64 | {{- define "moqui.opensearch-url" -}} |
65 | {{- if .Values.opensearch.enabled -}} | 65 | {{- if .Values.opensearch.enabled -}} |
66 | "http://{{- include "opensearch.masterService" .Subcharts.opensearch }}:{{ .Values.opensearch.httpPort }}" | 66 | "https://{{- include "opensearch.masterService" .Subcharts.opensearch }}:{{ .Values.opensearch.httpPort }}" |
67 | {{- else }} | 67 | {{- else }} |
68 | {{- printf "%s" .Values.opensearch.url }} | 68 | {{- printf "%s" .Values.opensearch.url }} |
69 | {{- end }} | 69 | {{- end }} | ... | ... |
-
Please register or sign in to post a comment