match all servicemonitors?

This commit is contained in:
Remy Moll 2023-12-31 17:13:58 +01:00
parent 1fcebe033b
commit d4c658a28c
2 changed files with 3 additions and 4 deletions

View File

@ -47,10 +47,6 @@ metadata:
name: prometheus
spec:
serviceAccountName: prometheus
serviceMonitorSelector: # match all service monitors by default
matchLabels: {}
serviceMonitorNamespaceSelector: # match all namespaces by default
matchLabels: {}
resources:
requests:
memory: 400Mi

View File

@ -16,3 +16,6 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- Replace=true
# because the prom crds exceed the default 256Ki limit