Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating instructions to use external postgresql instance #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ betyUser: bety
## and PEcAn.
betyPassword: bety

## betyDatabase the database that will be created and that BETYDB adn PEcAn
## betyDatabase the database that will be created and that BETYDB and PEcAn
## will connect to and write data.
betyDatabase: bety

Expand Down Expand Up @@ -83,8 +83,9 @@ customization: {}

## All data for BETYDB will be stored in PostgreSQL
postgresql:
## enabled should the postgresql chart be installed as well. If not make
## sure that the other values are provied to get access to the database.
## By default, enabled is set to true to install postgresql helm chart. To use
## externally hosted postgresql set enabled to false and make sure to provide other values to
## access the database.
enabled: true

## it takes some time to start postgresql, wait 5 min before start liveness.
Expand Down