Example 10240

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "gcp"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 8
auto_scaling: {
enabled: true
min: 1
max: 8
target_cpu: 65
}
}

storage: {
type: "nvme"
size_gb: 446
encrypted: true
}

networking: {
vpc: "vpc-dacdb2ce"
subnet: "10.151.0.0/16"
public_ip: false
}
}

See also