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:
@ -101,6 +101,11 @@ mastodon:
|
||||
web:
|
||||
port: 3000
|
||||
|
||||
metrics:
|
||||
statsd:
|
||||
# Enable statsd publishing via STATSD_ADDR environment variable
|
||||
address: ""
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
|
Reference in New Issue
Block a user