strangelove-ventures / cosmos-operator

Cosmos Operator is a kubernetes operator for managing cosmos nodes
Apache License 2.0
75 stars 18 forks source link

CosmosFullNode: Add support for additional ports #419

Open karlmjogila opened 3 months ago

karlmjogila commented 3 months ago

There isn't an option to add additional ports to the podTemplate at the moment.

I would like to expose EVM RPC ports (8545 and 8546 ) as well and at the moment, that is not possible unless I reconfigure the ports in app.toml.

dim-dora commented 5 days ago

Is this really not possible? How does it work with a remote signer then?