fix(kps): wrong gaming rig exporter port

This commit is contained in:
JJGadgets
2024-03-02 22:58:43 +08:00
parent 6a843c2f71
commit 8d3a3392b9

View File

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