Skip to content

Commit

Permalink
Use cflinuxfs3 stack
Browse files Browse the repository at this point in the history
[#159384132]

Signed-off-by: Slawek Ligus <[email protected]>
  • Loading branch information
tylerschultz authored and Slawek Ligus committed Aug 31, 2018
1 parent 86b0f4e commit 158f337
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend-a/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ applications:
memory: 32M
disk_quota: 32M
buildpack: go_buildpack
stack: cflinuxfs3
env:
GOPACKAGENAME: example-apps/cats-and-dogs-with-service-discovery/backend-a
CATS_PORTS: 7007,7008,7009
Expand Down
1 change: 1 addition & 0 deletions backend-b/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ applications:
memory: 32M
disk_quota: 32M
buildpack: go_buildpack
stack: cflinuxfs3
env:
GOPACKAGENAME: example-apps/cats-and-dogs-with-service-discovery/backend-b
CATS_PORTS: 7007,7008,7009
Expand Down
1 change: 1 addition & 0 deletions backend/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ applications:
memory: 32M
disk_quota: 32M
buildpack: go_buildpack
stack: cflinuxfs3
env:
GOPACKAGENAME: example-apps/cats-and-dogs/backend
CATS_PORTS: 7007,7008,7009
Expand Down
1 change: 1 addition & 0 deletions frontend/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ applications:
memory: 32M
disk_quota: 32M
buildpack: go_buildpack
stack: cflinuxfs3
env:
GOPACKAGENAME: example-apps/cats-and-dogs/frontend

0 comments on commit 158f337

Please sign in to comment.