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

18 lines
553 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.
#
# Bootstrap with runner image, CI builds custom with Node.js+Rust
runner:
image:
repository: code.forgejo.org/forgejo/runner
tag: "6"
name: rust-runner
labels: "rust:docker://code.forgejo.org/forgejo/runner:6"
# GC CronJob renders only from the default (golang) values to avoid duplicates
gc:
enabled: false