Commit 440f5b9
fix: increase minio PVC to 2Ti to match UAT (#1196)
## Summary
- UAT cluster already has a 2TB `minio-data` PVC, but the base manifest
specifies `500Gi`
- Kubernetes rejects shrinking a PVC, causing `oc apply` to fail with:
`spec.resources.requests.storage: Forbidden: field can not be less than
previous value`
- Adds a production overlay patch to set `minio-data` PVC to `2Ti`
Fixes
https://github.com/ambient-code/platform/actions/runs/23954839404/job/69871041808
## Test plan
- [ ] Verify `kustomize build components/manifests/overlays/production`
renders `minio-data` PVC with `storage: 2Ti`
- [ ] Deploy to UAT succeeds without PVC error
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated production environment configuration to allocate 2Ti of
storage for MinIO object storage service.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d9106f3 commit 440f5b9
File tree
2 files changed
+13
-0
lines changed- components/manifests/overlays/production
2 files changed
+13
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments