Skip to content

Commit

Permalink
fix opensearch-project#520 add service port http appProtocol accordin…
Browse files Browse the repository at this point in the history
…g to Value.protocol

Signed-off-by: dhardy <[email protected]>
  • Loading branch information
dhardy committed Mar 7, 2024
1 parent 0dfa606 commit 3c12f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/opensearch/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
ports:
- name: {{ .Values.service.httpPortName | default "http" }}
port: {{ .Values.httpPort }}
appProtocol: {{ .Values.protocol }}
- name: {{ .Values.service.transportPortName | default "transport" }}
port: {{ .Values.transportPort }}
- name: {{ .Values.service.metricsPortName | default "metrics" }}
Expand Down

0 comments on commit 3c12f33

Please sign in to comment.