diff --git a/apps/monitoring/thanos-query.deployment.yaml b/apps/monitoring/thanos-query.deployment.yaml index 0531427..f488a56 100644 --- a/apps/monitoring/thanos-query.deployment.yaml +++ b/apps/monitoring/thanos-query.deployment.yaml @@ -21,8 +21,8 @@ spec: - query - --log.level=debug - --query.replica-label=replica - - --endpoint thanos-store:10901 - - --endpoint prometheus:9090 + - --endpoint=thanos-store:10901 + - --endpoint=prometheus:9090 ports: - name: http containerPort: 10902