Example 9428
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 1
max: 14
target_cpu: 79
}
}
storage: {
type: "nvme"
size_gb: 253
encrypted: true
}
networking: {
vpc: "vpc-4d93c7bb"
subnet: "10.149.0.0/16"
public_ip: true
}
}