From b728e21a157b81a2a7d9fbc30a3222d94bef8be7 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 6 Mar 2024 14:31:04 +0100 Subject: [PATCH] expose grpc of store --- apps/monitoring/thanos-store.statefulset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/monitoring/thanos-store.statefulset.yaml b/apps/monitoring/thanos-store.statefulset.yaml index 3c0a67e..5147313 100644 --- a/apps/monitoring/thanos-store.statefulset.yaml +++ b/apps/monitoring/thanos-store.statefulset.yaml @@ -23,6 +23,8 @@ spec: - "store" - "--log.level=debug" - "--data-dir=/data" + - "--grpc-address=0.0.0.0:10901" + - "--http-address=0.0.0.0:10902" - "--objstore.config-file=/etc/secret/thanos.yaml" - "--index-cache-size=500MB" - "--chunk-pool-size=500MB"