Update blockchain namespaces to use headless service for nodes #893
Labels
meta:triaged
This issue has been triaged (has a good description, as well as labels for priority, size and type)
p2
Medium priority
size:small
Small
type:feature
New or enhanced functionality
Currently proxyd uses service endpoints when pointing at blockchain nodes. This won't be compatible with introducing pod health checks, since it will prevent proxyd from monitoring nodes that don't pass the check. We should update the templating to use a headless service, which is more efficient (one less hop) and isn't subject to the service healthcheck.
The text was updated successfully, but these errors were encountered: