I want to install the kube-prometheus-stack
(https://github.com/prometheus-operator/kube-prometheus) but exclude Grafana
and Alertmanager
from the helm install as I am installing them separately.
I would like to install only the following components:
- Prometheus Operator
- Prometheus
- Prometheus node-exporter
- Prometheus Adapter for Kubernetes Metrics APIs
- kube-state-metrics
I tried to create a values.yaml
file locally and install using helm chart but I am not successful doing so.
What's the best way to do this?
TIA.