Skip to content

Commit

Permalink
deploy 3 routers in SRT resource config
Browse files Browse the repository at this point in the history
[#154825367]

Signed-off-by: Ed Espino <[email protected]>
  • Loading branch information
markstokan authored and Ed Espino committed Feb 9, 2018
1 parent 24faa95 commit 2361372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy_pcf/1.12/gcp_cf_resources_srt.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"instances": 0
},
"router": {
"instances": 1,
"instances": 3,
"elb_names": [
"http:<%= http_lb %>",
"tcp:<%= ws_router %>"
Expand Down
2 changes: 1 addition & 1 deletion deploy_pcf/2.0/gcp_cf_resources_srt.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"instances": 0
},
"router": {
"instances": 1,
"instances": 3,
"elb_names": [
"http:<%= http_lb %>",
"tcp:<%= ws_router %>"
Expand Down
2 changes: 1 addition & 1 deletion deploy_pcf/2.1/gcp_cf_resources_srt.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"instances": 0
},
"router": {
"instances": 1,
"instances": 3,
"elb_names": [
"http:<%= http_lb %>",
"tcp:<%= ws_router %>"
Expand Down

0 comments on commit 2361372

Please sign in to comment.