Remove deprecatedPublicIPs field

This commit is contained in:
Tim Hockin
2017-04-15 12:25:43 -07:00
parent 32e927f4d8
commit 9153bfa911
15 changed files with 827 additions and 1030 deletions

View File

@@ -141,7 +141,7 @@ cat << EOF > fe-s.json
"ports": [{
"port": 3000
}],
"deprecatedPublicIPs":["$PUBLIC_IP","10.1.4.89"],
"externalIPs":["$PUBLIC_IP","10.1.4.89"],
"selector": {
"name": "frontend"
}