opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
173 stars 234 forks source link

[Enhancement][opensearch] support appProtocol in service declaration for https communication as a gateway backend #520

Open dhardy92 opened 8 months ago

dhardy92 commented 8 months ago

Hello, In our GKE cluster, we would use Kubernetes Gateway to expose Opensearch service on VPC as described in https://cloud.google.com/kubernetes-engine/docs/how-to/secure-gateway#load-balancer-tls

Add a possibility via values.yaml file to specify spec.port[].appProtocol: https in opensearch service

An alternative would be to copy helm-chart and maintain a local version with appProtocol added in template :/

prudhvigodithi commented 7 months ago

[Triage] Thanks @dhardy92 for your contribution. https://github.com/opensearch-project/helm-charts/pull/525