From 7125b71d564b43bb99bcaabbcd4ae67c44eb08aa Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 25 Jun 2025 16:51:51 +0300 Subject: [PATCH] Fix promethehus service --- manifests/cloudflared/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cloudflared/values.yaml b/manifests/cloudflared/values.yaml index 818a663..720326c 100644 --- a/manifests/cloudflared/values.yaml +++ b/manifests/cloudflared/values.yaml @@ -24,7 +24,7 @@ cloudflare: - hostname: argocd.dvirlabs.com service: http://argocd-server.argocd.svc.cluster.local:80 - hostname: prometheus.dvirlabs.com - service: http://rancher-monitoring-prod-prometheus.monitoring.svc.cluster.local:80 + service: http://rancher-monitoring-prod-prometheus.monitoring.svc.cluster.local:9090 - hostname: prometheus-int.dvirlabs.com service: http://prometheus-int-server.monitoring.svc.cluster.local:80 - hostname: alertmanager.dvirlabs.com