Revert PVC size changes, add hostpath comment

StatefulSet volumeClaimTemplates are immutable and minikube's hostpath
provisioner doesn't enforce PVC size limits anyway. Add comments noting
the data grows freely on the 1.8TB backing disk.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-18 06:46:17 -07:00
commit 21ddc74cdc
2 changed files with 2 additions and 2 deletions

View file

@ -63,4 +63,4 @@ spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 50Gi
storage: 20Gi # Not enforced by minikube hostpath; data grows freely on 1.8TB disk

View file

@ -65,4 +65,4 @@ spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 200Gi
storage: 20Gi # Not enforced by minikube hostpath; data grows freely on 1.8TB disk