From 1ccd708a60b896a0a68e4313d197460208a81fdf Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 25 Jun 2025 15:48:54 +0300 Subject: [PATCH] Update prom grafana and add alert manager --- manifests/cloudflared/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifests/cloudflared/values.yaml b/manifests/cloudflared/values.yaml index e08ac4e..27e7f50 100644 --- a/manifests/cloudflared/values.yaml +++ b/manifests/cloudflared/values.yaml @@ -10,7 +10,7 @@ cloudflare: originRequest: noTLSVerify: true - hostname: grafana.dvirlabs.com - service: http://grafana-prod.monitoring.svc.cluster.local:80 + service: http://rancher-monitoring-prod-grafana.monitoring.svc.cluster.local:80 - hostname: grafana-int.dvirlabs.com service: http://grafana-int.monitoring.svc.cluster.local:80 - hostname: pve.dvirlabs.com @@ -24,9 +24,11 @@ cloudflare: - hostname: argocd.dvirlabs.com service: http://argocd-server.argocd.svc.cluster.local:80 - hostname: prometheus.dvirlabs.com - service: http://prometheus-prod-server.monitoring.svc.cluster.local:80 + service: http://rancher-monitoring-prod-prometheus.monitoring.svc.cluster.local:80 - hostname: prometheus-int.dvirlabs.com service: http://prometheus-int-server.monitoring.svc.cluster.local:80 + - hostname: prometheus-alertmanager.dvirlabs.com + service: http://rancher-monitoring-prod-alertmanager.monitoring.svc.cluster.local:8080 - hostname: wiki.dvirlabs.com service: http://wikijs.dev-tools.svc.cluster.local:3000 - hostname: minio.dvirlabs.com