- Adaptation of the static url to be used.
- Solved problem of using pushgateway in the k8s cluster
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user