This commit is contained in:
Roxedus 2022-06-03 20:36:05 +02:00
parent 883d23a99d
commit e361b55621
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus
namespace: default
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: default
project: default
source:
chart: prometheus
helm:
values: |
pushgateway:
enabled: false
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 15.6.0
syncPolicy:
automated:
prune: true
selfHeal: true