From 40c7ba34fbdae26280bfa769a55a1dbb7043fa11 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Wed, 17 Jul 2024 11:26:22 +0530 Subject: [PATCH] rico0: update blocky target --- hosts/rico0/services/apps/prometheus.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/rico0/services/apps/prometheus.nix b/hosts/rico0/services/apps/prometheus.nix index bc6cf21..05a15eb 100644 --- a/hosts/rico0/services/apps/prometheus.nix +++ b/hosts/rico0/services/apps/prometheus.nix @@ -21,8 +21,9 @@ _: { } { job_name = "blocky"; + scheme = "https"; static_configs = [ - { targets = [ "10.10.10.10:8080" ]; } + { targets = [ "blocky.labs.adtya.xyz" ]; } ]; } ];