Files
gitops/argocd/applications/blackbox-exporter.yaml
T

21 lines
492 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: blackbox-exporter
namespace: argocd
spec:
project: default
source:
repoURL: https://prometheus-community.github.io/helm-charts
chart: prometheus-blackbox-exporter
targetRevision: 11.0.0
helm:
releaseName: blackbox-exporter
destination:
server: https://kubernetes.default.svc
namespace: observability
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true