about summary refs log tree commit diff
path: root/chart/values.yaml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-14 10:31:28 +0100
committerGitHub <noreply@github.com>2022-11-14 10:31:28 +0100
commit72335694744da87cbfaff20992cb36817f6f8a60 (patch)
tree55c1b799be04cf83f425414dce762bf9403e2b85 /chart/values.yaml
parent81b1d32d5b618daa4003b8de8292ae4dd3e656f6 (diff)
parentc31e756644120cab650452e9d1c00a1e2f26ade4 (diff)
Merge pull request #1923 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'chart/values.yaml')
-rw-r--r--chart/values.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chart/values.yaml b/chart/values.yaml
index 5cee86e0e..07171fc1a 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -101,6 +101,11 @@ mastodon:
   web:
     port: 3000
 
+  metrics:
+    statsd:
+      # Enable statsd publishing via STATSD_ADDR environment variable
+      address: ""
+
 ingress:
   enabled: true
   annotations:
@@ -144,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