fix: disable SSL verification and add auth token for ThanosClient

This commit is contained in:
2025-10-06 13:48:15 -03:00
parent f9385c201f
commit ea1dae9e09
2 changed files with 20 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ data:
PROMETHEUS_URL: "https://prometheus-k8s.openshift-monitoring.svc.cluster.local:9091"
# URL do Thanos
THANOS_URL: "https://thanos-query.openshift-monitoring.svc.cluster.local:9091"
THANOS_URL: "https://thanos-querier.openshift-monitoring.svc.cluster.local:9091"
# Configurações de relatório
REPORT_EXPORT_PATH: "/tmp/reports"