Skip to content
Snippets Groups Projects
Unverified Commit 82c66330 authored by Alex Nordlund's avatar Alex Nordlund Committed by GitHub
Browse files

Helm: support statsd publishing (#20455)


* Allow statsd publishing from Helm

* Apply suggestions from code review

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

Co-authored-by: default avatarErik Sundell <erik.i.sundell@gmail.com>
parent e62b514e
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......@@ -101,6 +101,11 @@ mastodon:
web:
port: 3000
metrics:
statsd:
# Enable statsd publishing via STATSD_ADDR environment variable
address: ""
ingress:
enabled: true
annotations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment