Example 14122
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 1
max: 20
target_cpu: 60
}
}
storage: {
type: "nvme"
size_gb: 119
encrypted: true
}
networking: {
vpc: "vpc-be6df3e3"
subnet: "10.250.0.0/16"
public_ip: false
}
}