From 8c1a26ead6c9b5356186d65bc50932a4e37a787a Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 21 Apr 2026 12:30:06 -0300 Subject: [PATCH] ci(titan-iac): use in-cluster victoria metrics dns --- Jenkinsfile | 1 + ci/Jenkinsfile.titan-iac | 1 + 2 files changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 107424f5..8ece4818 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,7 @@ spec: PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091' SONARQUBE_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000' SONARQUBE_PROJECT_KEY = 'titan_iac' + VM_URL = 'http://victoria-metrics-single-server.monitoring.svc.cluster.local:8428' QUALITY_GATE_SONARQUBE_ENFORCE = '0' QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' QUALITY_GATE_IRONBANK_ENFORCE = '0' diff --git a/ci/Jenkinsfile.titan-iac b/ci/Jenkinsfile.titan-iac index 4585b72b..a81e6950 100644 --- a/ci/Jenkinsfile.titan-iac +++ b/ci/Jenkinsfile.titan-iac @@ -26,6 +26,7 @@ spec: PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091' SONARQUBE_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000' SONARQUBE_PROJECT_KEY = 'titan_iac' + VM_URL = 'http://victoria-metrics-single-server.monitoring.svc.cluster.local:8428' QUALITY_GATE_SONARQUBE_ENFORCE = '0' QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' QUALITY_GATE_IRONBANK_ENFORCE = '0'