FIX Helm: Templates, Liveness and Readiness probes #380

Closed
opened 2026-04-05 16:16:20 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @tylerobara on 12/2/2025

On the current main, there is nothing returned when running helm template postgresus deploy/postgresus. This fix renames the directory deploy/postgresus/helm to deploy/postgresus/templates. This brings the chart inline with Helm documentation: https://helm.sh/docs/topics/charts/

The second fix corrects an error with the liveness and readiness probes where the httpGet stanza was not properly being applied.

*Originally created by @tylerobara on 12/2/2025* On the current `main`, there is nothing returned when running `helm template postgresus deploy/postgresus`. This fix renames the directory `deploy/postgresus/helm` to `deploy/postgresus/templates`. This brings the chart inline with Helm documentation: https://helm.sh/docs/topics/charts/ The second fix corrects an error with the liveness and readiness probes where the `httpGet` stanza was not properly being applied.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#380