Open dhardy92 opened 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
values.yaml
spec.port[].appProtocol: https
An alternative would be to copy helm-chart and maintain a local version with appProtocol added in template :/
[Triage] Thanks @dhardy92 for your contribution. https://github.com/opensearch-project/helm-charts/pull/525
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 specifyspec.port[].appProtocol: https
in opensearch serviceAn alternative would be to copy helm-chart and maintain a local version with appProtocol added in template :/