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) <noreply@anthropic.com>
16 lines
336 B
YAML
16 lines
336 B
YAML
# infra/k8s/training/test-data-pvc.yaml
|
|
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: test-data-pvc
|
|
namespace: foxhunt
|
|
labels:
|
|
app.kubernetes.io/name: test-data
|
|
app.kubernetes.io/part-of: foxhunt
|
|
spec:
|
|
accessModes: [ReadWriteOnce]
|
|
storageClassName: scw-bssd
|
|
resources:
|
|
requests:
|
|
storage: 50Gi
|