From 689f84d2760c02be1d6d0837bcca6cb8adcc8339 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Mon, 15 Apr 2024 11:56:33 +0800 Subject: [PATCH] add mysqld-exporter --- prod-upgrade/prom/mysql-exporter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prod-upgrade/prom/mysql-exporter.yaml b/prod-upgrade/prom/mysql-exporter.yaml index dff1cda..d4e6d4b 100644 --- a/prod-upgrade/prom/mysql-exporter.yaml +++ b/prod-upgrade/prom/mysql-exporter.yaml @@ -76,7 +76,7 @@ spec: ports: - name: http protocol: TCP - port: 8761 - targetPort: http + port: 9104 + targetPort: 9104 selector: app: mysql-exporter \ No newline at end of file