From d2192bc5b7c248c779d7a74fb027ab43e3ee5e25 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 4 Jun 2022 14:37:39 +0200 Subject: [PATCH] prom --- apps/templates/prometheus.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/templates/prometheus.yaml diff --git a/apps/templates/prometheus.yaml b/apps/templates/prometheus.yaml new file mode 100644 index 0000000..408aeee --- /dev/null +++ b/apps/templates/prometheus.yaml @@ -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