From 0078a864c91e159ca6b817ac4f5f0b2e12ea27e6 Mon Sep 17 00:00:00 2001 From: Eric Lipe Date: Fri, 20 Sep 2024 08:41:10 -0400 Subject: [PATCH] - revert to original manifest --- tdrs-frontend/manifest.buildpack.yml | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/tdrs-frontend/manifest.buildpack.yml b/tdrs-frontend/manifest.buildpack.yml index 8236ac06c..b0230ff2e 100755 --- a/tdrs-frontend/manifest.buildpack.yml +++ b/tdrs-frontend/manifest.buildpack.yml @@ -1,22 +1,9 @@ ---- version: 1 applications: - name: tdp-frontend - timeout: 180 buildpacks: - - https://github.com/cloudfoundry/nginx-buildpack.git#v1.2.19 - - https://github.com/cloudfoundry/binary-buildpack - processes: - - type: web - memory: 256M - instances: 1 - disk_quota: 256M - command: nginx -p /home/vcap/app -c ./nginx.conf - - type: worker - memory: 128M - instances: 1 - disk_quota: 1G - command: | - wget https://github.com/grafana/loki/releases/download/v3.1.1/promtail-linux-amd64.zip && - unzip -a promtail-linux-amd64.zip && rm -rf promtail-linux-amd64.zip && - ./promtail-linux-amd64 -config.file=./promtail.config.yml + - https://github.com/cloudfoundry/nginx-buildpack.git#v1.2.6 + memory: 256M + instances: 1 + disk_quota: 256M + timeout: 180