disable telegraf cd
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 21s
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 21s
This commit is contained in:
@@ -53,17 +53,17 @@ jobs:
|
|||||||
helm upgrade --install promtail grafana/promtail --namespace monitoring \
|
helm upgrade --install promtail grafana/promtail --namespace monitoring \
|
||||||
--values=./monitoring/promtail/values.yaml --set config.clients[0].url=${LOKI_URL}
|
--values=./monitoring/promtail/values.yaml --set config.clients[0].url=${LOKI_URL}
|
||||||
|
|
||||||
- name: Deploy Telegraf
|
# - name: Deploy Telegraf
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
# add repo
|
# # add repo
|
||||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
# helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||||
# Install & Upgrade
|
# # Install & Upgrade
|
||||||
helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \
|
# helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \
|
||||||
--namespace monitoring \
|
# --namespace monitoring \
|
||||||
--values=./monitoring/prometheus/deploy/helm/01-only-crd-and-operator.yaml \
|
# --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/02-kube-metrics.yaml \
|
||||||
--values=./monitoring/prometheus/deploy/helm/03-node-exporter.yaml \
|
# --values=./monitoring/prometheus/deploy/helm/03-node-exporter.yaml \
|
||||||
--values=./monitoring/prometheus/deploy/helm/04-kubelet.yaml
|
# --values=./monitoring/prometheus/deploy/helm/04-kubelet.yaml
|
||||||
kubectl apply -f ./monitoring/prometheus/deploy/prometheus-agent.yaml
|
# kubectl apply -f ./monitoring/prometheus/deploy/prometheus-agent.yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user