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: |