Move out graphite from port 8000

Port 8000 is used by esxi management service (!)
This commit is contained in:
Girish Ramakrishnan
2018-11-16 19:23:09 -08:00
parent ebb053b900
commit 1b1945e1f5
5 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -154,7 +154,8 @@ function validatePortBindings(portBindings, manifest) {
config.get('ldapPort'), /* ldap server (lo) */
3306, /* mysql (lo) */
4190, /* managesieve */
8000, /* graphite (lo) */
8000, /* ESXi monitoring */
8417, /* graphite (lo) */
];
if (!portBindings) return null;