mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
FIX Helm: Templates, Liveness and Readiness probes #380
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tylerobara on 12/2/2025
On the current
main, there is nothing returned when runninghelm template postgresus deploy/postgresus. This fix renames the directorydeploy/postgresus/helmtodeploy/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
httpGetstanza was not properly being applied.