Skip to content

Commit

Permalink
Revert "Use cflinuxfs3 stack"
Browse files Browse the repository at this point in the history
This reverts commit 158f337.
  • Loading branch information
CF Container Networking Team committed Sep 18, 2018
1 parent 158f337 commit 8e3be5f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion backend-a/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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: 0 additions & 1 deletion backend-b/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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: 0 additions & 1 deletion backend/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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: 0 additions & 1 deletion frontend/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ applications:
memory: 32M
disk_quota: 32M
buildpack: go_buildpack
stack: cflinuxfs3
env:
GOPACKAGENAME: example-apps/cats-and-dogs/frontend

0 comments on commit 8e3be5f

Please sign in to comment.