monitoring prometheus version 86.0.1
Monitoring services CI/CD Pipeline / deploy (push) Successful in 19s

This commit is contained in:
Márcio Fernandes
2026-05-29 10:53:42 +00:00
parent 6074fbba89
commit 16e819dc01
+7 -6
View File
@@ -19,12 +19,13 @@ helm repo add prometheus-community https://prometheus-community.github.io/helm-c
```bash
kubectl get namespace monitoring || kubectl create namespace monitoring
helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \
--version=86.0.1 \
--namespace monitoring \
--values=./helm/01-only-crd-and-operator.yaml \
--values=./helm/02-kube-metrics.yaml \
--values=./helm/03-node-exporter.yaml \
--values=./helm/04-kubelet.yaml \
--values=./helm/10-testing-values.yaml
--values=./deploy/helm/01-only-crd-and-operator.yaml \
--values=./deploy/helm/02-kube-metrics.yaml \
--values=./deploy/helm/03-node-exporter.yaml \
--values=./deploy/helm/04-kubelet.yaml \
--values=./deploy/helm/10-testing-values.yaml
```
## deploy prometheus agent
@@ -40,5 +41,5 @@ kubectl label namespace monitoring prometheus-monitoring=enabled --overwrite
```
```bash
kubectl apply -f ./prometheus-agent.yaml
kubectl apply -f ./deploy/prometheus-agent.yaml
```