From c97be8f5d845b62cf19dde00153aacd8aef39c88 Mon Sep 17 00:00:00 2001 From: Nicolas Dupeux Date: Thu, 17 Oct 2024 11:42:06 +0200 Subject: [PATCH] Add max_conns_per_host to values schema --- deploy/k8s/chart/values.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy/k8s/chart/values.schema.json b/deploy/k8s/chart/values.schema.json index 100fd6e..ae72aaa 100644 --- a/deploy/k8s/chart/values.schema.json +++ b/deploy/k8s/chart/values.schema.json @@ -217,6 +217,12 @@ "description": "Maximum duration to keep outgoing connections alive (to Cortex/Mimir)", "format": "duration" }, + "max_conns_per_host": { + "type": "integer", + "title": "Max Connection per host", + "description": "Maximum number of outgoing concurrent connections to Cortex / Mimir", + "default": 64 + }, "auth": { "type": "object", "title": "Authentication",