feat: Add persistence configuration to Helm chart for card image caching and update image repository and tag.
All checks were successful
Build and Deploy / build (push) Successful in 1m19s

This commit is contained in:
2025-12-14 23:07:36 +01:00
parent 53553aae0a
commit 6dc69dd22a
4 changed files with 45 additions and 3 deletions

View File

@@ -20,8 +20,9 @@
- `GameManager.ts`: Renamed unused args in `shuffleLibrary`.
- **Helm Chart**: Created a complete Helm chart configuration in `helm/mtg-draft-maker`:
- `Chart.yaml`: Defined chart metadata.
- `values.yaml`: Configured defaults (Image `mtg-draft-maker:latest`, Port 3000).
- `values.yaml`: Configured defaults (Image `git.commandware.com/services/mtg-online-drafter:main`, Port 3000).
- `templates/`: Added Deployment, Service, Ingress, and ServiceAccount manifests.
- **Persistence**: Added configuration to mount a Persistent Volume Claim (PVC) at `/app/server/public/cards` for storing cached images. Disabled by default.
- Linted successfully.
## Status