From 75c5d9b39133ba07159b90fb4753bb4d633ea0a5 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Wed, 13 May 2026 09:11:36 +0200 Subject: [PATCH] chore(lang): translations from weblate Co-authored-by: Anonymous Co-authored-by: Edoardo Spadoni Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/ns8/my/it/ Translation: NS8/my --- services/mimir/my.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/mimir/my.yaml b/services/mimir/my.yaml index 2e2b322b..08c6ed5e 100644 --- a/services/mimir/my.yaml +++ b/services/mimir/my.yaml @@ -17,6 +17,12 @@ server: http_listen_port: ${PORT} log_level: info +# Single-replica alertmanager has no peers to gossip with. Bind memberlist +# to localhost so Render's TCP probes don't hit it and spam "unknown +# message type" errors. Remove this section if numInstances ever grows > 1. +memberlist: + bind_addr: [127.0.0.1] + # Global per-tenant defaults. A misbehaving tenant cannot saturate the # container memory: alerts/silences are bounded and notifications are # rate-limited. Per-tenant overrides go in runtime_config.yaml.