feat: add system and customer node pools, scale default workers to 0
Some checks failed
Terraform / terraform (push) Has been cancelled
Test / test (push) Has been cancelled

This commit is contained in:
Ryan Moon
2026-04-03 07:20:00 -05:00
parent 10528dd7bb
commit 35b78f672c
4 changed files with 37 additions and 16 deletions

View File

@@ -47,8 +47,8 @@ resource "cloudflare_record" "gitea" {
name = "git"
type = "A"
content = var.cluster_lb_ip
proxied = true
ttl = 1
proxied = false
ttl = 3600
}
# DNS only — no Cloudflare proxy, for SSH git access