Per-developer vCluster Helm chart for the Grounds platform-dev profile. Sub-project of grounds-platform Phase 3.1a (sub-project 2 of 4).
Deploys, inside the developer's own vCluster:
- A Velocity proxy (image:
ghcr.io/groundsgg/velocity) withplugin-agonesbundled - ServiceAccount + Role + RoleBinding for
gameservers.agones.dev - A ConfigMap with
GROUNDS_AGONES_*env vars consumed byplugin-agonesviaenvFrom - An optional default Agones
Fleet(gated bydefaultFleet.enabled, defaulttrue) so the developer can connect immediately without having pushed a GameServer of their own
The chart is consumed by grounds-forge's DevClusterReconciler when it
provisions a profile=platform workspace.
This repo is at the scaffolding stage. The first deployable release
(0.1.0) blocks on:
groundsgg/plugin-agonesPR #36 (env-var-driven Discovery) being merged + releasedgroundsgg/containers/velocitybumped to bundle that plugin-agones release
See the spec for the full design:
grounds-platform/docs/specs/2026-04-26-platform-vcluster-template.md.
Apache-2.0.