Improve the monitoring setup script and fix bugs in the monitoring config.

This commit is contained in:
Vishnu Kannan
2014-11-07 01:23:14 +00:00
parent ad9cb982e5
commit 37af9210ba
7 changed files with 46 additions and 17 deletions

View File

@@ -5,6 +5,6 @@
"port": 8085,
"containerPort": 8086,
"provider": "kubernetes-default",
"component": "influxdb"
"component": "influxdb",
"selector": { "name": "influxdb" }
}
}