17 lines
330 B
YAML
17 lines
330 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-License-Identifier: Unlicense
|
|
|
|
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_gib: 2
|
|
disk_size_gib: 20
|