From cbc415936fb3bfef73dd258e4482ab0aac29fb97 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 14 Jun 2021 12:22:06 +0100 Subject: [PATCH] Remove port --- manifests/monitoring/prometheus-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/monitoring/prometheus-server.yaml b/manifests/monitoring/prometheus-server.yaml index e97f84c..1ba2a5f 100644 --- a/manifests/monitoring/prometheus-server.yaml +++ b/manifests/monitoring/prometheus-server.yaml @@ -319,7 +319,7 @@ data: metrics_path: '/federate' static_configs: - targets: - - 'prometheus-local.inlets.svc:80' + - 'prometheus-local.inlets.svc' recording_rules.yml: | {} rules: |