-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix grafana config #206
fix grafana config #206
Conversation
tennix
commented
Nov 30, 2018
- mount monitor configmap to grafana container
- upgrade grafana to 4.6.5
- fix grafana configuration behind reverse proxy
- make grafana deployment optional
- add e2e test for monitor
* mount monitor configmap to grafana container * upgrade grafana to 4.6.5 * fix grafana configuration behind reverse proxy * make grafana deployment optional * add e2e test for monitor
/run-e2e-tests |
/run-e2e-tests |
The Grafana docker startup script run.sh was misconfigured to |
/run-e2e-tests |
/run-e2e-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-e2e-tests |
* fix grafana config * mount monitor configmap to grafana container * upgrade grafana to 4.6.5 * fix grafana configuration behind reverse proxy * make grafana deployment optional * add e2e test for monitor * use env to set grafana server root_url and domain