You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At #56 , we haven't added Prometheus and Grafana to helm chart yet, so we plan to do it at this Issue.
Tasks:
Add init/grafana/init.sh, init/prometheus/init.sh, it will use sed to inject host name of other service into config files (similar to init/hive/init.sh)
Add helm templates prometheus.yml, grafana.yml in ./helm-chart/templates
We can simply use hostPath Persistence Volume to mount config file of Prometheus and Grafana into pods.
Add corresponding values at values.yml
Modify ./helm-chart/templates/NOTES.txt, add description about these two services.
The text was updated successfully, but these errors were encountered:
At #56 , we haven't added Prometheus and Grafana to helm chart yet, so we plan to do it at this Issue.
Tasks:
init/grafana/init.sh
,init/prometheus/init.sh
, it will usesed
to inject host name of other service into config files (similar toinit/hive/init.sh
)prometheus.yml
,grafana.yml
in./helm-chart/templates
hostPath
Persistence Volume to mount config file of Prometheus and Grafana into pods.values.yml
./helm-chart/templates/NOTES.txt
, add description about these two services.The text was updated successfully, but these errors were encountered: