Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 3, 2024
1 parent 4704135 commit b142b89
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions kubernetes/devnet-0/erpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ erpc:
image:
repository: docker.ethquokkaops.io/gh/erpc/erpc
tag: main
pullPolicy: IfNotPresent
pullPolicy: Always
resources:
limits:
cpu: 500m
Expand All @@ -16,10 +16,12 @@ erpc:
ingress:
enabled: true
className: ingress-nginx-public
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /main/evm/7078815900/$1
hosts:
- host: rpc.mekong.ethpandaops.io
paths:
- path: /
- path: /(.*)
pathType: Prefix

config: |
Expand All @@ -34,25 +36,15 @@ erpc:
listenV6: true
httpHostV6: "[::]"
httpPort: 4000
aliasing:
rules:
- matchDomain: "*"
- serveProject: "main"
- serveArchitecture: "evm"
- serveChain: "7078815900"
metrics:
enabled: true
hostV4: "0.0.0.0"
hostV6: "[::]"
port: 4001
projects:
- id: main
upstreamDefaults:
allowMethods:
- "eth_getBlockByNumber"
upstreams:
- endpoint: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.bootnode-1.mekong-devnet-0.ethpandaops.io
- endpoint: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.grandine-besu-1.mekong-devnet-0.ethpandaops.io
Expand Down Expand Up @@ -173,4 +165,4 @@ erpc:
- endpoint: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.teku-nethermind-5.mekong-devnet-0.ethpandaops.io
- endpoint: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.teku-nimbusel-1.mekong-devnet-0.ethpandaops.io
- endpoint: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.teku-reth-1.mekong-devnet-0.ethpandaops.io
- endpoint: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.teku-reth-2.mekong-devnet-0.ethpandaops.io
- endpoint: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.teku-reth-2.mekong-devnet-0.ethpandaops.io

0 comments on commit b142b89

Please sign in to comment.