From 8ff6dae7b0d89f26aa25ea4019887ee07675d65c Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Wed, 19 Aug 2026 11:13:38 +0200 Subject: [PATCH] devnet-8: serve rpc on rpc.plataberget.ethpandaops.io alias host Add the plataberget hostname to the erpc ingress so rpc traffic is served directly through the tunnel. rpc is ~89% of plataberget requests and was burning through the Cloudflare Workers free tier via the plataberget-alias worker; the worker keeps handling the low-traffic tooling hosts, with an exclusion route added for rpc in the ethPandaOps terraform. --- kubernetes/devnet-8/erpc/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kubernetes/devnet-8/erpc/values.yaml b/kubernetes/devnet-8/erpc/values.yaml index 2efe6046..4690e5d4 100644 --- a/kubernetes/devnet-8/erpc/values.yaml +++ b/kubernetes/devnet-8/erpc/values.yaml @@ -21,6 +21,10 @@ erpc: paths: - path: / pathType: Prefix + - host: rpc.plataberget.ethpandaops.io + paths: + - path: / + pathType: Prefix config: | logLevel: info