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:
parent
ef199b70f0
commit
21ddc74cdc
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue