From e0b6b8d2b5fda0d7deaef597a65e7ae4e6a01c0c Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Tue, 29 Oct 2024 09:32:13 +0000 Subject: [PATCH] Fix manually expanded PVC volume It seems the PVC volume for helga was expanded to 16Ti directly. Reflect it in specs. --- .../prod/us-east-2/tenant/storetheindex/dhstore-helga/pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-helga/pvc.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-helga/pvc.yaml index 2a556ecf8..15dfc10b8 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-helga/pvc.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-helga/pvc.yaml @@ -7,5 +7,5 @@ spec: - ReadWriteOnce resources: requests: - storage: 15Ti + storage: 16Ti storageClassName: gp3