- Adaptation of the static url to be used.

- Solved problem of using pushgateway in the k8s cluster
This commit is contained in:
Josako
2025-09-23 16:44:08 +02:00
parent a57662db3f
commit cc47ce2d32
3 changed files with 9 additions and 1 deletions

View File

@@ -130,6 +130,11 @@ helm install monitoring prometheus-community/kube-prometheus-stack \
--create-namespace \
--values scaleway/manifests/base/monitoring/prometheus-values.yaml
# Install pushgateway
helm install monitoring-pushgateway prometheus-community/prometheus-pushgateway \
-n monitoring --create-namespace \
--set serviceMonitor.enabled=true
# Monitor deployment progress
kubectl get pods -n monitoring -w
# Wait until all pods show STATUS: Running