diff --git a/tdrs-frontend/manifest.buildpack.yml b/tdrs-frontend/manifest.buildpack.yml index 916432f94..31e4b9ec4 100755 --- a/tdrs-frontend/manifest.buildpack.yml +++ b/tdrs-frontend/manifest.buildpack.yml @@ -3,16 +3,13 @@ version: 1 applications: - name: tdp-frontend timeout: 180 + memory: 256M + instances: 1 + disk_quota: 256M buildpacks: - https://github.com/cloudfoundry/nginx-buildpack.git#v1.2.6 - https://github.com/cloudfoundry/binary-buildpack processes: - - type: web - memory: 256M - instances: 1 - disk_quota: 256M - command: | - nginx -s reload -p /home/vcap/app -c ./nginx.conf - type: worker memory: 128M instances: 1