Skip to content

Commit

Permalink
- update disk quota to match backend
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 19, 2024
1 parent 4797ced commit 6b1eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/manifest.buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ applications:
- type: worker
memory: 64M
instances: 1
disk_quota: 512M
disk_quota: 2G
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 &&
Expand Down

0 comments on commit 6b1eedd

Please sign in to comment.