Pod Spec
{
"id": "myweb",
"hostname": "myname",
"resource": {
"vcpu": 1,
"memory": 128
},
"containers" : [{
"image": "nginx:latest",
"files": [{
"path": "/var/lib/xxx/xxxx",
"filename": "filename",
"perm": "0755"
}]
}],
"files": [{
"name": "filename",
"encoding": "raw",
"uri": "https://s3.amazonaws/bucket/file.conf",
"content": ""
}],
"portmappings": [{
"containerPort": "80",
"hostPort": "3000",
"protocol": "udp"
}],
"volumes": []
}Sections
Last updated