Add argocd/prometheus examples

This commit is contained in:
Nico Schottelius 2022-01-28 19:09:14 +01:00
parent 0f3b1d9052
commit 9de96135d0
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,14 @@
project: default
source:
repoURL: 'https://prometheus-community.github.io/helm-charts'
targetRevision: 30.2.0
chart: kube-prometheus-stack
destination:
server: 'https://kubernetes.default.svc'
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@ -0,0 +1,17 @@
project: default
source:
repoURL: 'https://github.com/prometheus-operator/kube-prometheus.git'
path: manifests
targetRevision: v0.10.0
directory:
recurse: true
jsonnet: {}
destination:
server: 'https://kubernetes.default.svc'
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true