From f7369f90b5c4b9efd0010a8b022e81efd689a2ae Mon Sep 17 00:00:00 2001 From: DontDDoS Date: Thu, 8 Jan 2026 21:08:13 +0000 Subject: [PATCH] Deployed prometheus --- .../monitoring/prometheus/application.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 kubernetes/monitoring/prometheus/application.yaml 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