Files
homelab/k8s/infra/forgejo-runner/values-rust.yaml
T

19 lines
599 B
YAML
Raw Normal View History

# Override on top of values.yaml (the chart's defaults) for the rust-labeled
# runner instance. Only runner.name and runner.labels differ -- everything
# else (image, dind, persistence, tolerations, nodeSelector) is shared.
#
# Label image: rust:1-bookworm — Debian, root, apt-get, Rust, cargo, git.
# Install Node.js/docker in workflow steps as needed.
runner:
image:
repository: code.forgejo.org/forgejo/runner
tag: "6"
name: rust-runner
labels: "rust:docker://rust:1-bookworm"
# GC CronJob renders only from the default (golang) values to avoid duplicates
gc:
enabled: false