prometheuskubernetes-helmsidecarkube-prometheus-stackthanos

How to disable thanos sidecar in kube-prometheus-stack?


As there are different thanos config in kube-prometheus-stack templates and values, I want to understand what all it required to disable thanos sidecar?


Solution

  • I was working with this helm chart recently, and I was able to disable the sidecar by commenting out or simply deleting the thanos config block (thanos: {}) on line 3830 in the values file - https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml