feat: add Helm chart for Kubernetes deployment#10
Merged
Conversation
- Correct env var names to match app contract (VALHALLA_URL, PHOTON_URL, TANKERKOENIG_API_KEY, PUMPERLY_OCM_API_KEY, FUELPRICES_DK_API_KEY) - Add existingSecret and external DB/service support - Gate bundled PostGIS properly, add DB wait + prisma db push init container - Make Photon explicit (require image/tag when enabled) - Add web/postgis/valhalla/photon component selector labels - Switch probes to /api/config, add startupProbe - Add values.schema.json and README.md - Pin test images to busybox:1.36.1 - Add extraEnv/extraEnvFrom/extraVolumes/extraVolumeMounts
Avoid overlapping scraper pods on upgrade, restart the web Deployment when chart-managed secrets change, and make the external database path safer to operate with clearer validation and docs.
The urlquery filter was applied to username and password but not to the database name, which could produce a broken connection string if the name contained URI-reserved characters.
Make the database wait init container fail fast instead of hanging forever, clean up the chart-managed DATABASE_URL generation, and tighten the docs and metadata around the external database path.
GeiserX
added a commit
that referenced
this pull request
Apr 3, 2026
feat: add Helm chart for Kubernetes deployment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
charts/pumperly/for deploying Pumperly on Kubernetesvalues.yamlwith sensible defaults — all components toggleableComponents
Test plan
helm templaterenders without errorspostgis.enabled: false)🤖 Generated with Claude Code