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

18 lines
677 B
YAML
Raw Normal View History

# Override on top of values.yaml (the chart's defaults) for the node-labeled
# runner instance. Only runner.name and runner.labels differ -- everything
# else (image, dind, persistence, tolerations, nodeSelector) is shared.
#
# node:22-bookworm ships Node natively. Docker client installed via workflow step if needed.
# (homelab has no CI; custom runner images built manually if desired)
# Bootstrap with base image, custom image via CI+Image Updater
runner:
image:
repository: node
tag: "22-bookworm"
name: node-runner
labels: "node:docker://node:22-bookworm"
# GC CronJob renders only from the default (golang) values to avoid duplicates
gc:
enabled: false