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
#2543 introduced a transport service to let Elasticsearch nodes communicate to remote Elasticsearch clusters.
A user should be able to control the spec of this service like we do for the HTTP service (e.g. set the type to LoadBalancer)
LoadBalancer
The text was updated successfully, but these errors were encountered:
I assume something like this will work:
transport: service: metadata: spec:
Mirroring the format we use for the http side but leaving out the tls options as we cannot offer TLS configuration on the transport layer (yet)
http
tls
Sorry, something went wrong.
pebrc
Successfully merging a pull request may close this issue.
#2543 introduced a transport service to let Elasticsearch nodes communicate to remote Elasticsearch clusters.
A user should be able to control the spec of this service like we do for the HTTP service (e.g. set the type to
LoadBalancer
)The text was updated successfully, but these errors were encountered: