Add Burrow forge infrastructure and tailnet control plane
This commit is contained in:
parent
d1ed826389
commit
de25f240d5
51 changed files with 9058 additions and 0 deletions
31
services/forgejo-nsc/deploy/autoscaler.yaml
Normal file
31
services/forgejo-nsc/deploy/autoscaler.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
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: "burrow"
|
||||
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-windows-large"]
|
||||
min_idle: 0
|
||||
ttl: "45m"
|
||||
machine_type: "windows/amd64:8x16"
|
||||
Loading…
Add table
Add a link
Reference in a new issue