detee-cli/samples/new_vm/no_public_ips.yaml
2025-03-16 22:28:19 +02:00

14 lines
255 B
YAML

hostname: my-vm-01
hours: 5
price: 20000
location:
country: "GB"
# This will publish the port 22
ipv4: !PublishPorts
# To publish extra ports, replace with:
# ipv4: !PublishPorts [ 80, 8080 ]
public_ipv6: false
vcpus: 2
memory_mb: 2000
disk_size_gb: 20