From ae1d329b47adf7621a72d7987fc2e78518991232 Mon Sep 17 00:00:00 2001 From: devops Date: Mon, 22 Jun 2026 04:52:35 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20apps/monitoring-app.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/monitoring-app.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 apps/monitoring-app.yaml diff --git a/apps/monitoring-app.yaml b/apps/monitoring-app.yaml new file mode 100644 index 0000000..770c00a --- /dev/null +++ b/apps/monitoring-app.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: monitoring-app + namespace: argocd +spec: + project: default + source: + repoURL: https://prometheus-community.github.io/helm-charts + chart: kube-prometheus-stack + targetRevision: 58.2.1 + helm: + valuesObject: + grafana: + ingress: + enabled: true + ingressClassName: traefik + hosts: + - grafana.cruzcloud.net + destination: + server: https://kubernetes.default.svc + namespace: monitoring + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - ServerSideApply=true # Recomendado para los CRDs grandes de Prometheus \ No newline at end of file