smaddis / smad-deploy-azure

Terraform scripts to set up AKS, ACR, KV for Kuksa Cloud (Eclipse Hono) deployment.
MIT License
0 stars 6 forks source link

Deploy prometheus via separate chart #72

Closed JouHouFin closed 3 years ago

JouHouFin commented 3 years ago

Commit 116d921b3e7035a54e4406be672d820b76d4348f deploys Prometheus via a separate kube-prometheus-stack -Helm chart, which includes Prometheus and Grafana. Also included is a configmap which adds the same Grafana dashboards that come with the Hono Helm chart.

Probably closes #70

hjhsalo commented 3 years ago

Documentation or at least links to appropriate documentation related to https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack and configuration mechanism of Prometheus and Grafana in context of kube-prometheus-stack needed. These should be included in this PR or added later. Otherwise LGTM.

hjhsalo commented 3 years ago

BTW, Probably closes #72 is pointing back to this PR not to an issue.