ethpandaops / ethereum-package

A Kurtosis package that deploys a private, portable, and modular Ethereum devnet
MIT License
235 stars 132 forks source link

Ingress configuration for 8545 port #753

Open agj017 opened 1 month ago

agj017 commented 1 month ago

I have made ethereum network using kurtosis package on k8s cluster. I can see ingress of peer like below.

kubectl describe ingress el-1-geth-teku -n {namespace}
Name:             el-1-geth-teku
Labels:           kurtosistech.com/app-id=kurtosis
                  kurtosistech.com/enclave-id=fb6c90f1bc98488dbe58d2a0abda796e
                  kurtosistech.com/guid=b44b7ed8aaf749d88a9676d3fc1b9f32
                  kurtosistech.com/id=el-1-geth-teku
                  kurtosistech.com/resource-type=user-service
Namespace:        {namespace}
Address:
Ingress Class:    <none>
Default backend:  <default>
Rules:
  Host                            Path  Backends
  ----                            ----  --------
  9001-b44b7ed8aaf7-fb6c90f1bc98
                                  /   el-1-geth-teku:9001 (192.168.170.59:9001)
Annotations:                      traefik.ingress.kubernetes.io/router.entrypoints: web
Events:                           <none>

As you see, the ingress is configured only for 9001 port. Actually I need to use 8545, 30303 port. I cannot find how to set that in network_params.yaml(https://github.com/ethpandaops/ethereum-package?tab=readme-ov-file#configuration). How can I do that?

agj017 commented 1 month ago

Can you answer my issue? @barnabasbusa