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"