From 44a098ed10ca271befa6c6099bd2a5e19fc2f2ad Mon Sep 17 00:00:00 2001 From: devops Date: Fri, 17 Jul 2026 15:18:00 +0000 Subject: [PATCH] Update apps/monitoring-app.yaml --- apps/monitoring-app.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/monitoring-app.yaml b/apps/monitoring-app.yaml index ed1c361..b4c3e9e 100644 --- a/apps/monitoring-app.yaml +++ b/apps/monitoring-app.yaml @@ -1,18 +1,23 @@ 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.3.3 + helm: parameters: - name: prometheusOperator.admissionWebhooks.patch.ttlSecondsAfterFinished value: "60" + valuesObject: grafana: ingress: @@ -20,12 +25,16 @@ spec: 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 + - CreateNamespace=true + - ServerSideApply=true \ No newline at end of file