Add argocd/prometheus examples
This commit is contained in:
parent
0f3b1d9052
commit
9de96135d0
2 changed files with 31 additions and 0 deletions
14
prometheus-monitoring/argocd-application-helm.yaml
Normal file
14
prometheus-monitoring/argocd-application-helm.yaml
Normal 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
|
|
@ -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
|
Loading…
Reference in a new issue