From afa5855776aabd9e4822cee226bd5513a7ade1ff Mon Sep 17 00:00:00 2001 From: Daniele De Lorenzi Date: Sat, 6 Jan 2024 00:33:00 +0100 Subject: [PATCH] Fix unifi exporter path (#456) New path is /etc/unpoller --- apps/kubenuc/unifi/release-poller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/kubenuc/unifi/release-poller.yml b/apps/kubenuc/unifi/release-poller.yml index aa0aaf85..3c66bdbf 100644 --- a/apps/kubenuc/unifi/release-poller.yml +++ b/apps/kubenuc/unifi/release-poller.yml @@ -38,7 +38,7 @@ spec: secretName: unifi-poller-secret subPath: - path: up.conf - mountPath: /etc/unifi-poller/up.conf + mountPath: /etc/unpoller/up.conf podAnnotations: prometheus.io/scrape: "true" prometheus.io/port: "9130"