strip cluster bootstraps
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 59s
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 59s
This commit is contained in:
@@ -1,20 +1,12 @@
|
||||
module "cluster" {
|
||||
source = "../modules/cluster"
|
||||
|
||||
prefix = "devhub"
|
||||
prefix = "clst"
|
||||
zone = "de-fra1"
|
||||
node_plan = "4xCPU-8GB"
|
||||
node_count = 3
|
||||
network_cidr = "10.100.0.0/24"
|
||||
|
||||
# Data services — production-grade plans
|
||||
pg_plan = "2x2xCPU-4GB-100GB"
|
||||
pg_version = "16"
|
||||
valkey_plan = "1x1xCPU-2GB"
|
||||
objstore_region = "europe-1"
|
||||
|
||||
termination_protection = true
|
||||
|
||||
control_plane_ip_filter = ["0.0.0.0/0"] # TODO: restrict to known CIDRs
|
||||
|
||||
tags = {
|
||||
|
||||
Reference in New Issue
Block a user