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