From 3375c9750d75ddd6e60d9e7e0f1ec3f1152e4d25 Mon Sep 17 00:00:00 2001 From: Chris Ditcher Date: Tue, 2 Apr 2024 12:04:11 -0700 Subject: [PATCH] Update deploy_test.yml --- .github/workflows/deploy_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index a84af3e..f088a77 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -24,7 +24,7 @@ env: MAX_MEM: "2048Mi" MIN_REPLICAS: "3" MAX_REPLICAS: "5" - STORAGE_LIMIT: "16Gi" + STORAGE_LIMIT: "15Gi" on: