From 2e2bfe96bfc53c3e153296fdd0d6397257bba3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 22:05:04 +0000 Subject: [PATCH] disable telegraf cd --- .gitea/workflows/monitoring-deploy.yaml | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/monitoring-deploy.yaml b/.gitea/workflows/monitoring-deploy.yaml index 5a45b5b..b5cf72a 100644 --- a/.gitea/workflows/monitoring-deploy.yaml +++ b/.gitea/workflows/monitoring-deploy.yaml @@ -53,17 +53,17 @@ jobs: helm upgrade --install promtail grafana/promtail --namespace monitoring \ --values=./monitoring/promtail/values.yaml --set config.clients[0].url=${LOKI_URL} - - name: Deploy Telegraf - shell: bash - run: | - # add repo - helm repo add prometheus-community https://prometheus-community.github.io/helm-charts - # Install & Upgrade - helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \ - --namespace monitoring \ - --values=./monitoring/prometheus/deploy/helm/01-only-crd-and-operator.yaml \ - --values=./monitoring/prometheus/deploy//helm/02-kube-metrics.yaml \ - --values=./monitoring/prometheus/deploy/helm/03-node-exporter.yaml \ - --values=./monitoring/prometheus/deploy/helm/04-kubelet.yaml - kubectl apply -f ./monitoring/prometheus/deploy/prometheus-agent.yaml + # - name: Deploy Telegraf + # shell: bash + # run: | + # # add repo + # helm repo add prometheus-community https://prometheus-community.github.io/helm-charts + # # Install & Upgrade + # helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \ + # --namespace monitoring \ + # --values=./monitoring/prometheus/deploy/helm/01-only-crd-and-operator.yaml \ + # --values=./monitoring/prometheus/deploy//helm/02-kube-metrics.yaml \ + # --values=./monitoring/prometheus/deploy/helm/03-node-exporter.yaml \ + # --values=./monitoring/prometheus/deploy/helm/04-kubelet.yaml + # kubectl apply -f ./monitoring/prometheus/deploy/prometheus-agent.yaml