From 4dd99e3f6c372c6b3e309ac8a38d7122961943db Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 6 Aug 2023 00:40:29 -0400 Subject: [PATCH] fix(authentik): add another label selector to the servicemonitor --- cluster/apps/authentik/service-monitor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/apps/authentik/service-monitor.yaml b/cluster/apps/authentik/service-monitor.yaml index 177d835b..98fa8fc6 100644 --- a/cluster/apps/authentik/service-monitor.yaml +++ b/cluster/apps/authentik/service-monitor.yaml @@ -8,6 +8,7 @@ metadata: spec: selector: matchLabels: + app.kubernetes.io/instance: authentik app.kubernetes.io/name: authentik endpoints: - port: http-metrics