testdata: Remove hostport from sandbox_config

Signed-off-by: Andrew Pilloud <andrewpilloud@igneoussystems.com>
This commit is contained in:
Andrew Pilloud 2017-06-16 14:39:43 -07:00
parent 17359e34a6
commit afc731d3a6
3 changed files with 3 additions and 48 deletions

View file

@ -12,22 +12,7 @@
"8.8.8.8" "8.8.8.8"
] ]
}, },
"port_mappings": [ "port_mappings": [],
{
"name": "port_map1",
"protocol": 1,
"container_port": 80,
"host_port": 4888,
"host_ip": "192.168.0.33"
},
{
"name": "port_map2",
"protocol": 2,
"container_port": 81,
"host_port": 4889,
"host_ip": "192.168.0.33"
}
],
"resources": { "resources": {
"cpu": { "cpu": {
"limits": 3, "limits": 3,

View file

@ -16,22 +16,7 @@
"8.8.8.8" "8.8.8.8"
] ]
}, },
"port_mappings": [ "port_mappings": [],
{
"name": "port_map1",
"protocol": 1,
"container_port": 80,
"host_port": 4888,
"host_ip": "192.168.0.33"
},
{
"name": "port_map2",
"protocol": 2,
"container_port": 81,
"host_port": 4889,
"host_ip": "192.168.0.33"
}
],
"resources": { "resources": {
"cpu": { "cpu": {
"limits": 3, "limits": 3,

View file

@ -16,22 +16,7 @@
"8.8.8.8" "8.8.8.8"
] ]
}, },
"port_mappings": [ "port_mappings": [],
{
"name": "port_map1",
"protocol": 1,
"container_port": 80,
"host_port": 4888,
"host_ip": "192.168.0.33"
},
{
"name": "port_map2",
"protocol": 2,
"container_port": 81,
"host_port": 4889,
"host_ip": "192.168.0.33"
}
],
"resources": { "resources": {
"cpu": { "cpu": {
"limits": 3, "limits": 3,