remove tls for the metric port

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-03 15:04:53 +01:00
parent 310aa910e0
commit d290548781
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -18,6 +18,7 @@
{
port = 9009;
type = "metrics";
tls = false;
bind_addresses = [ "::" ];
resources = [ ];
}];