From 3df8b2fc794bb11628b576c19199f99ee1688b2a Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sat, 21 Mar 2026 18:28:08 +0100 Subject: [PATCH] infra: resize test-data PVC to 50Gi for 3Q MBP-10 + trades data 3Q of MBP-10 order book data for ES.FUT is ~18GB compressed. 10Gi PVC was insufficient for the full OHLCV + MBP-10 + trades dataset. Co-Authored-By: Claude Opus 4.6 (1M context) --- infra/k8s/training/test-data-pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/k8s/training/test-data-pvc.yaml b/infra/k8s/training/test-data-pvc.yaml index 6f6c6a926..5deb184a0 100644 --- a/infra/k8s/training/test-data-pvc.yaml +++ b/infra/k8s/training/test-data-pvc.yaml @@ -12,4 +12,4 @@ spec: storageClassName: scw-bssd resources: requests: - storage: 10Gi + storage: 50Gi