diff --git a/prometheus-monitoring/argocd-application-helm.yaml b/prometheus-monitoring/argocd-application-helm.yaml new file mode 100644 index 0000000..1815a1b --- /dev/null +++ b/prometheus-monitoring/argocd-application-helm.yaml @@ -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 diff --git a/prometheus-monitoring/argocd-application-kube-prometheus.yaml b/prometheus-monitoring/argocd-application-kube-prometheus.yaml new file mode 100644 index 0000000..f73814d --- /dev/null +++ b/prometheus-monitoring/argocd-application-kube-prometheus.yaml @@ -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