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.
This commit is contained in:
Will Anderson
2026-05-04 22:41:38 -05:00
parent 3d581368c3
commit 1c99931de6
@@ -100,7 +100,7 @@ spec:
dataStorage:
enabled: true
size: 10Gi
storageClass: premium-rwo
storageClass: standard-rwo
accessMode: ReadWriteOnce
readinessProbe: