mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Postgresus Helm Chart #376
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 @akalitenya on 12/4/2025
It is a good practice to create a separate github repo for helm charts (named postgresus-helm-charts with a directory "postgresus" inside).
Code example to publish helm release to ghcr:
Here is a result of default configuration. Service of type LoadBalancer is auto created without the ability to disable it. Which in most cases does provision a real cloud load balancer (AWS ELB, GCP Cloud Load Balancer, Azure Load Balancer, DigitalOcean Load Balancer, etc.). That costs $.
Consider to disable LoadBalancer creation from values.yaml or remove it from chart completely.
helm template postgresus ./deploy/helm -n postgresus