cfk
Version:
Finbox's PaaS
33 lines (32 loc) • 745 B
JSON
{
"id": "private-hello",
"cpus": 0.1,
"mem": 256.0,
"instances": 2,
"container": {
"type": "DOCKER",
"docker": {
"image": "docker.finbox.io/finbox/hello-cfk",
"forcePullImage": true,
"network": "BRIDGE",
"parameters": [
{ "key": "hostname", "value": "private-hello.weave.local" }
],
"portMappings": [
{ "containerPort": 0, "hostPort": 0, "servicePort": 0, "protocol": "tcp" }
]
}
},
"env": {
"SERVICE_TAGS": "http",
"SERVICE_NAME": "hello",
"DEPLOY": "1"
},
"upgradeStrategy": {
"minimumHealthCapacity": 0.5,
"maximumOverCapacity": 0.5
},
"uris": [
"https://s3-us-west-2.amazonaws.com/cfk-finbox-staging-com/docker.tar.gz"
]
}