From 6b1eedd41ef9f33853c6de232cd56762e473c273 Mon Sep 17 00:00:00 2001 From: Eric Lipe Date: Thu, 19 Sep 2024 12:18:28 -0400 Subject: [PATCH] - update disk quota to match backend --- tdrs-backend/manifest.buildpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrs-backend/manifest.buildpack.yml b/tdrs-backend/manifest.buildpack.yml index 0a3b37574..693826da3 100755 --- a/tdrs-backend/manifest.buildpack.yml +++ b/tdrs-backend/manifest.buildpack.yml @@ -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 &&