Skip to content

Commit

Permalink
- Remove promtail sidecar from frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 23, 2024
1 parent 5e64f68 commit fb7f807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion scripts/deploy-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ update_frontend()
cp -r nginx/src/static/ deployment/public/

cp manifest.buildpack.yml deployment/manifest.buildpack.yml
cp promtail.config.yml deployment/config.yml
cd deployment || exit

if [ "$1" = "rolling" ] ; then
Expand Down
12 changes: 2 additions & 10 deletions tdrs-frontend/manifest.buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@ applications:
- https://github.com/cloudfoundry/nginx-buildpack.git#v1.2.6
memory: 256M
instances: 1
disk_quota: 512M
timeout: 180
sidecars:
- name: promtail
process_types:
- worker
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=./config.yml
disk_quota: 256M
timeout: 180

0 comments on commit fb7f807

Please sign in to comment.