3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

Helm: support statsd publishing (#20455)

* Allow statsd publishing from Helm

* Apply suggestions from code review

Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>

Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
This commit is contained in:
Alex Nordlund 2022-11-13 21:05:30 +01:00 committed by GitHub
parent 41126de0ba
commit 349aa7746f
2 changed files with 8 additions and 0 deletions

View File

@ -310,3 +310,6 @@ data:
LDAP_UID_CONVERSION_REPLACE: {{ .Values.externalAuth.ldap.uid_conversion.replace }}
{{- end }}
{{- end }}
{{- with .Values.mastodon.metrics.statsd.address }}
STATSD_ADDR: {{ . }}
{{- end }}

View File

@ -101,6 +101,11 @@ mastodon:
web:
port: 3000
metrics:
statsd:
# Enable statsd publishing via STATSD_ADDR environment variable
address: ""
ingress:
enabled: true
annotations: