thingsboard / thingsboard-ce-k8s

ThingsBoard Community Edition Kubernetes scripts and docs
Apache License 2.0
72 stars 89 forks source link

Add metrics enabling variables to chart #129

Open kpoos opened 3 months ago

kpoos commented 3 months ago

Extend helm chart node.yaml template to be able to set METRICS_ENABLED and METRICS_ENDPOINTS_EXPOSE variables to expose metrics to prometheus. Also adjust values.yaml to contain these values. Also extend helm chart to be able to set the servicetype variable, which can be not only monolith, but tb-core or tb-rule-engine as well.