about summary refs log tree commit diff
path: root/chart/values.yaml
diff options
context:
space:
mode:
authorCees-Jan Kiewiet <ceesjank@gmail.com>2022-11-13 12:06:03 -0800
committerGitHub <noreply@github.com>2022-11-13 21:06:03 +0100
commitad66bbed6291fa1cd3aee21e184d3ec7610688fa (patch)
tree4348844aca2f70d910cdda352696a5641a54b147 /chart/values.yaml
parent82c663300a90f83ac2ff0f3652fd536caac2364f (diff)
Add the option to configure external postgresql port (#20370)
While the normal assumption of port `5432` for a postgresql server is pretty reliable I found that DigitalOcean puts them on a somewhat random port. This adds the ability to specify the port in the helm chart.
Diffstat (limited to 'chart/values.yaml')
-rw-r--r--chart/values.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart/values.yaml b/chart/values.yaml
index af1c7cbfc..07171fc1a 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -149,6 +149,7 @@ postgresql:
   # must match those of that external postgres instance
   enabled: true
   # postgresqlHostname: preexisting-postgresql
+  # postgresqlPort: 5432
   auth:
     database: mastodon_production
     username: mastodon