From 1c99931de60ac740a9a4b56b0a551f3d25a3043b Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Mon, 4 May 2026 22:41:38 -0500 Subject: [PATCH] fix(vault-gke): switch vault-1/2 to standard-rwo storage class SSD quota (SSD_TOTAL_GB) is exhausted at 500/500 GB. pd-ssd PVCs for vault-1 and vault-2 cannot provision. Switching to standard-rwo (pd-balanced) unblocks the Vault HA cluster immediately. Quota increase request submitted (Cloud Quotas preference API, preference ID 0aa576b1-5050-4fa7-911d-6f408230df7f, target 1000GB). Once approved, can optionally migrate back to premium-rwo for all-SSD Vault storage. --- servers/gcp/k8s/argocd-apps/vault-helm-gke.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/gcp/k8s/argocd-apps/vault-helm-gke.yaml b/servers/gcp/k8s/argocd-apps/vault-helm-gke.yaml index 019e0b1..3bd69f7 100644 --- a/servers/gcp/k8s/argocd-apps/vault-helm-gke.yaml +++ b/servers/gcp/k8s/argocd-apps/vault-helm-gke.yaml @@ -100,7 +100,7 @@ spec: dataStorage: enabled: true size: 10Gi - storageClass: premium-rwo + storageClass: standard-rwo accessMode: ReadWriteOnce readinessProbe: