We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :/
The text was updated successfully, but these errors were encountered:
fix opensearch-project#520 add service port http appProtocol accordin…
3c12f33
…g to Value.protocol Signed-off-by: dhardy <[email protected]>
ba3609b
1dc7425
[Triage] Thanks @dhardy92 for your contribution. #525
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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 :/
The text was updated successfully, but these errors were encountered: