jitsi-contrib / jitsi-helm

A helm chart to deploy Jitsi to Kubernetes
MIT License
120 stars 65 forks source link

fix: add grafana dashboards #96

Closed genofire closed 5 months ago

spijet commented 6 months ago

Hello @genofire!

Maybe it'd be better to add the dashboard config under the jvb.metrics section of values.yaml? Something like this:

#<...>
jvb:
  #<...>
  metrics:
    grafanaDashboards:
      # Will add Grafana dashboard template
      enabled: false
      labels:
        grafana_dashboard: "1"
      annotations: {}
genofire commented 6 months ago

@spijet done

spijet commented 5 months ago

Merged. Thank you for your time! 💚

genofire commented 5 months ago

Thanks for merging, when does it get released?

spijet commented 5 months ago

I'm planning to package a release after #92 is merged, so we'll have Jigasi, new config/secret options and dashboards all in one nice package. :)

spijet commented 5 months ago

OK, so I just merged #92. Give me some time to add some finishing touches to the chart and I'll release it. :)