Skip to content
New issue

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

Add rpc service port for tezos node #526

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Add rpc service port for tezos node #526

merged 1 commit into from
Dec 21, 2022

Commits on Dec 20, 2022

  1. Add rpc service port for tezos node

    Currently rpc port is export from a NodePort service with a selector, this is not that
    flexible in some use scenarios. This commit exports the rpc port for tezos node service
    with ClusterIP, this allows more flexible service route for k8s ingress, e.g. backend rpc
    services can be directed based on uri path to different tezos node services.
    puppetninja committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b437311 View commit details
    Browse the repository at this point in the history