From f4e6015b1f289585cc0d136dcb2a547782b5a64b Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 6 Jun 2022 02:44:36 +0200 Subject: [PATCH] f --- apps/templates/prometheus.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 apps/templates/prometheus.yaml diff --git a/apps/templates/prometheus.yaml b/apps/templates/prometheus.yaml deleted file mode 100644 index 3cf604c..0000000 --- a/apps/templates/prometheus.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: monitoring - namespace: argo-cd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: monitoring - project: default - source: - chart: kube-prometheus-stack - helm: - values: | - alertmanager: - enabled: false - grafana: - ingress: - ingressClassName: traefik - enabled: true - hosts: - - stats.roxedus.com - repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 35.5.1 - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true