Skip to main content

Prometheus deployment with customization

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

helm pull prometheus-community/kube-prometheus-stack --untar --untardir kube-prometheus-stack

cd /home/...../prometheus

helm upgrade --install prometheus prometheus-community/kube-prometheus-stack \
-n prometheus \
--create-namespace \
-f values.yaml

helm delete prometheus -n prometheus