From 3acb329730d60b6cd261653d30764c716dcb74f9 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 31 Dec 2023 17:55:22 +0100 Subject: [PATCH] try again --- apps/monitoring/prometheus.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/monitoring/prometheus.yaml b/apps/monitoring/prometheus.yaml index 0588f95..58db776 100644 --- a/apps/monitoring/prometheus.yaml +++ b/apps/monitoring/prometheus.yaml @@ -49,7 +49,10 @@ spec: resources: requests: memory: 400Mi + serviceAccountName: prometheus enableAdminAPI: false + serviceMonitorNamespaceSelector: {} + serviceMonitorSelector: {} --- apiVersion: v1 kind: Service