Skip to content

demonstration/example of setting up RPC ports via ingress would be great #337

Answered by DavidNix
PFC-developer asked this question in Q&A
Discussion options

You must be logged in to vote

General support for cert-manager/external-dns and ingresses is out of scope here. There are many great articles out there if you need help with those.

Many ingress controllers rely on custom annotations on the ingress itself and/or the corresponding service(s).

The operator creates a service for all endpoints named <my-fullnode-name>-rpc. You can modify this service. Typically, you want the Ingress to map to this service.

❯ kubectl explain cosmosfullnode.spec.service.rpcTemplate

KIND:     CosmosFullNode
VERSION:  cosmos.strange.love/v1

RESOURCE: rpcTemplate <Object>

DESCRIPTION:
     Overrides for the single RPC service.

FIELDS:
   externalTrafficPolicy        <string>
     Sets endpo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DavidNix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants