mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
6cc0f9deaf
This code change updates the Postgres configuration in the Helm chart to support both internal and external Postgres databases. The `DATABASE_HOST`, `DATABASE_PORT`, `DATABASE_USERNAME`, `DATABASE_PASSWORD`, and `DATABASE_DATABASE` environment variables are now conditionally set based on the `postgresql.enabled` flag in the `values.yaml` file. If `postgresql.enabled` is `true`, the values are set to the internal Postgres service details. Otherwise, they are set to the corresponding values from the `externalPostgres` configuration. This enhancement allows users to easily switch between using an internal or external Postgres database when deploying the Helm chart. |
||
---|---|---|
.. | ||
oneuptime | ||
artifacthub-repo.yml | ||
index.yaml | ||
install.sh | ||
README.md |
Helm Chart for OneUptime
This repository is used to host all the helm-charts for OneUptime.
Helm Packages
- oneuptime : Chart for deploying OneUpitme app. Read Docs here