prometheus-community/helm-charts

[kube-prometheus-stack] deploy only dashboards

not7cd opened this issue · 2 comments

Is your feature request related to a problem ?

No

Describe the solution you'd like.

I want to integrate dashboards in kube-prometheus-stack chart to my existing stack. I'm using grafana-operator that could handle GrafanaDashboard CRDs, and quite complex Prometheus deployment.

I'm looking for a configuration example or guideance.
Maybe an option to generate GrafanaDashboard CRDs.

Describe alternatives you've considered.

Copying dashboards-1.14 folder and creating custom templating with GrafanaDashboard CRD.

Additional context.

No response

You can use this chart but disable all the other components you dont want.

I found out that you can generate those dashboards yourself with https://monitoring.mixins.dev/
They will be in newer versions and allow you to wrap them into Kubernetes resources however you want, I went with grafana-operator CRs.