Registry
Usage
Pull the image locally:Dockerfile:
Verify that the image is available locally with
docker image inspect ghcr.io/groundsgg/containers/velocity:latest.Static Backends
The image bundlesplugin-agones, which can register non-Agones backends through
GROUNDS_STATIC_SERVERS. In production, keep this value in one dedicated Helm chart as an
immutable, versioned ConfigMap. Every Java Velocity proxy must source the same required key:
velocity-static-servers-v1, with immutable: true, the
GROUNDS_STATIC_SERVERS key, and the Helm annotation helm.sh/resource-policy: keep. Its value
is a comma-separated list of name=host:port entries. To change the list, create a new versioned
ConfigMap, update every proxy reference, and roll out the proxies. Keep the prior version until
that rollout finishes, then garbage-collect it deliberately. Do not duplicate a literal value in
each production proxy chart.
For local development, a literal environment value remains convenient:
/server buildserver. See the
Velocity plugin reference for the parser,
startup failure behavior, and forwarding requirements.
Documentation
- Configure discovery and forwarding with the Velocity plugin reference.
- Review the velocity directory in the container repository.
