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

Ingress configuration for 8545 port #753

Open
agj017 opened this issue Aug 27, 2024 · 1 comment
Open

Ingress configuration for 8545 port #753

agj017 opened this issue Aug 27, 2024 · 1 comment

Comments

@agj017
Copy link

agj017 commented Aug 27, 2024

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?

@ethpandaops ethpandaops deleted a comment Aug 27, 2024
@ethpandaops ethpandaops deleted a comment Aug 27, 2024
@agj017
Copy link
Author

agj017 commented Aug 29, 2024

Can you answer my issue? @barnabasbusa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@agj017 and others