We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1896233 commit 797f498Copy full SHA for 797f498
1 file changed
charts/opensearch-dashboards/templates/service.yaml
@@ -21,13 +21,13 @@ spec:
21
{{ toYaml . | indent 4 }}
22
{{- end }}
23
ports:
24
- - port: {{ .Values.service.port }}
+ - port: {{ .Values.service.port }}
25
{{- if .Values.service.nodePort }}
26
- nodePort: {{ .Values.service.nodePort }}
+ nodePort: {{ .Values.service.nodePort }}
27
28
- protocol: TCP
29
- name: {{ .Values.service.httpPortName | default "http" }}
30
- targetPort: {{ .Values.service.port }}
+ protocol: TCP
+ name: {{ .Values.service.httpPortName | default "http" }}
+ targetPort: {{ .Values.service.port }}
31
selector:
32
app: {{ .Chart.Name }}
33
release: {{ .Release.Name | quote }}
0 commit comments