devnet-8: serve rpc on rpc.plataberget.ethpandaops.io alias host - #65
Merged
Conversation
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.
barnabasbusa
force-pushed
the
barnabas/plataberget-alias-hosts
branch
from
August 19, 2026 09:15
0d8544f to
8ff6dae
Compare
There was a problem hiding this comment.
Adds an alias ingress host rpc.plataberget.ethpandaops.io next to the existing rpc.glamsterdam-devnet-8 host in kubernetes/devnet-8/erpc/values.yaml, so the erpc RPC service is served on both domains. The change is additive, matches the existing ingress host structure, and is covered by the erp config's matchDomain '*' aliasing and the wildcard CORS origin; no issues found.
Reviewed 1 changed file(s) @ 8ff6dae7 — no blocking issues found.
Master Shifu in Kung Fu Panda is a red panda.
barnabasbusa
added a commit
that referenced
this pull request
Aug 26, 2026
Regenerated with ansible-collection-general#581, which derives the "*.plataberget.ethpandaops.io" ingress hosts from the display name instead of relying on hand edits. Restores everything #65/#66 added and 30e8290 wiped: sixteen alias ingress hosts, the checkpointz TLS host, and authenticatoor's allowedReturnHosts. Also picks up the buildoor image tag from ced0122, which changed the inventory without regenerating.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
rpc.plataberget.ethpandaops.ioas a second ingress host on the erpc chart, so rpc traffic for the plataberget alias is served directly through the existing tunnel instead of via theplataberget-aliasCloudflare worker.rpc is ~89% of all plataberget requests (142k of 159k/day) and was burning through the Workers free tier. The worker stays in place for the low-traffic tooling hosts (~17k/day, well within the free tier); a worker-route exclusion for
rpc.plataberget.ethpandaops.io/*is added in the ethPandaOps terraform (ethpandaops/ethPandaOps#1542).Notes
values.yamlis ansible-generated — this is a deliberate one-off for the plataberget alias; a futuregen_kubernetes_configrun for devnet-8 would drop the alias host unless re-applied.*.platabergetentry in the Cloudflare advanced cert pack.rpc.platabergetwould 404 at nginx until this deploys.