Skip to content

fix: remove PVC volume mount that shadowed baked-in gps.db#5

Merged
jeremyeder merged 1 commit intomainfrom
fix/remove-pvc-volume-mount
Mar 20, 2026
Merged

fix: remove PVC volume mount that shadowed baked-in gps.db#5
jeremyeder merged 1 commit intomainfrom
fix/remove-pvc-volume-mount

Conversation

@jeremyeder
Copy link
Copy Markdown
Contributor

Summary

  • The PVC mount at /app/data overwrote the database baked into the container image with an empty volume, causing "unable to open database file" errors on every MCP tool call
  • Remove PVC, volume mount, and pvcs.yaml — the image already contains gps.db

Test plan

  • oc exec confirms /app/data/gps.db exists (413KB)
  • /health returns {"status": "ok"}
  • list_team_members returns data via local MCP
  • Already deployed and verified on OpenShift

🤖 Generated with Claude Code

The PVC mount at /app/data overwrote the database baked into the
container image, causing "unable to open database file" errors.
Remove the PVC, volume mount, and pvcs.yaml since the image already
contains gps.db.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jeremyeder jeremyeder merged commit 7526f11 into main Mar 20, 2026
@jeremyeder jeremyeder deleted the fix/remove-pvc-volume-mount branch March 20, 2026 20:10
jeremyeder added a commit that referenced this pull request Mar 23, 2026
The PVC mount at /app/data overwrote the database baked into the
container image, causing "unable to open database file" errors.
Remove the PVC, volume mount, and pvcs.yaml since the image already
contains gps.db.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant