helm: add option for external db (#15722)

This commit is contained in:
Alex Dunn
2021-02-14 11:16:32 -08:00
committed by GitHub
parent 3447bd2f80
commit 55a6b54f8e
12 changed files with 41 additions and 1 deletions

View File

@@ -95,6 +95,10 @@ elasticsearch:
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#parameters
postgresql:
# disable if you want to use an existing db; in which case the values below
# must match those of that external postgres instance
enabled: true
# postgresqlHostname: preexisting-postgresql
postgresqlDatabase: mastodon_production
# you must set a password; the password generated by the postgresql chart will
# be rotated on each upgrade: