1
0
Fork 0
This commit is contained in:
Vojtěch Mareš 2024-01-25 17:07:18 +01:00
parent 2eed379533
commit d410d564f3
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
5 changed files with 162 additions and 0 deletions

View file

@ -0,0 +1,38 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cherry-blackbox-exporter
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
destination:
server: https://kubernetes.default.svc
namespace: monitoring
source:
chart: prometheus-blackbox-exporter
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 8.4.0
helm:
releaseName: blackbox-exporter
valuesObject:
releaseLabel: true
pspEnabled: false
resources:
limits:
cpu: 100m
memory: 300Mi
requests:
cpu: 50m
memory: 50Mi
serviceMonitor:
selfMonitor:
enabled: true