Appearance
124 - Cloud Deploy Config
Cloud deployment infrastructure configuration. This is an example of a MAML document.
maml
{
provider: "gcp"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 8
auto_scaling: {
enabled: true
min: 2
max: 12
target_cpu: 55
}
}
storage: {
type: "nvme"
size_gb: 177
encrypted: true
}
networking: {
vpc: "vpc-2e89d5d0"
subnet: "10.77.0.0/16"
public_ip: false
}
}