diff --git a/kubernetes/monitoring/prometheus/application.yaml b/kubernetes/monitoring/prometheus/application.yaml new file mode 100644 index 0000000..445c82a --- /dev/null +++ b/kubernetes/monitoring/prometheus/application.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: prometheus-helm + namespace: argocd +spec: + destination: + server: https://kubernetes.default.svc + namespace: monitoring + project: default + sources: + - chart: kube-prometheus-stack + repoURL: https://prometheus-community.github.io/helm-charts + targetRevision: 80.13.2 + helm: + values: | + grafana: + enabled: false + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + allowEmpty: true + prune: true + selfHeal: true \ No newline at end of file