diff --git a/kube/deploy/core/monitoring/kps/app/external/nighthawk.yaml b/kube/deploy/core/monitoring/kps/app/external/nighthawk.yaml index ddaaf9a1..d0afe14c 100644 --- a/kube/deploy/core/monitoring/kps/app/external/nighthawk.yaml +++ b/kube/deploy/core/monitoring/kps/app/external/nighthawk.yaml @@ -9,7 +9,7 @@ spec: scrapeInterval: "10s" scrapeTimeout: "5s" staticConfigs: - - targets: ["${IP_NIGHTHAWK}:9180"] + - targets: ["${IP_NIGHTHAWK}:9182"] metricsPath: "/metrics" --- apiVersion: monitoring.coreos.com/v1alpha1