observability-stack/applicationsets/prometheus-scrape-config.yaml

28 lines
712 B
YAML

# apiVersion: argoproj.io/v1alpha1
# kind: ApplicationSet
# metadata:
# name: prometheus-scrape-config
# namespace: argocd
# spec:
# generators:
# - list:
# elements:
# - name: prometheus-scrape
# path: manifests/prometheus
# template:
# metadata:
# name: '{{name}}'
# spec:
# project: observability
# source:
# repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
# targetRevision: master
# path: '{{path}}'
# destination:
# server: https://kubernetes.default.svc
# namespace: monitoring
# syncPolicy: {}
# automated:
# prune: true
# selfHeal: true