burrow/services/forgejo-nsc/deploy/autoscaler.yaml
Conrad Kramer a4db952d3f
Some checks failed
Build Rust / Cargo Test (push) Successful in 4m15s
Build Site / Next.js Build (push) Failing after 5s
Lint Governance / BEP Metadata (push) Successful in 1s
Cache: Publish Nix / Publish Nix Cache (push) Failing after 20s
Fix Namespace Apple runner dispatch
2026-06-07 08:26:23 -07:00

43 lines
1.1 KiB
YAML

listen: "127.0.0.1:8090"
dispatcher:
url: "http://127.0.0.1:8080"
instances:
- name: burrow
forgejo:
base_url: "http://127.0.0.1:3000"
token: "PENDING-FORGEJO-PAT"
scope:
level: "repository"
owner: "hackclub"
name: "burrow"
disable_polling: false
poll_interval: "30s"
webhook_secret: "PENDING-WEBHOOK-SECRET"
webhook:
url: "https://nsc-autoscaler.burrow.net/webhook/burrow"
content_type: "json"
events: ["workflow_job"]
active: true
targets:
- labels: ["namespace-profile-linux-medium"]
min_idle: 0
ttl: "20m"
machine_type: "8x16"
- labels: ["namespace-profile-linux-medium-apple"]
min_idle: 0
ttl: "30m"
machine_type: "8x16"
- labels: ["namespace-profile-macos-large"]
min_idle: 0
ttl: "60m"
machine_type: "macos/arm64:8x16"
- labels: ["namespace-profile-macos-large-apple"]
min_idle: 0
ttl: "90m"
machine_type: "macos/arm64:8x16"
- labels: ["namespace-profile-windows-large"]
min_idle: 0
ttl: "45m"
machine_type: "windows/amd64:8x16"