commit | 2a5ca22b0d23081e8533dc4b93b0e98e2bb3b713 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Wed Dec 05 17:42:49 2018 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Wed Dec 05 17:42:49 2018 +0000 |
tree | 4b0cc156693709459edcdf0538637d910fd9ac97 | |
parent | 730975b40454606f8727d26c9088179bbe114c1c [diff] | |
parent | c69702386097175c115f63f00cf392a3bbfde76c [diff] |
Merge "Change mongodb port for JanitorMonkey"
diff --git a/haproxy/proxy/listen/oss/mongodb.yml b/haproxy/proxy/listen/oss/mongodb.yml index d4086cd..d6e5b0a 100644 --- a/haproxy/proxy/listen/oss/mongodb.yml +++ b/haproxy/proxy/listen/oss/mongodb.yml
@@ -1,7 +1,7 @@ parameters: _param: haproxy_mongodb_bind_host: ${_param:haproxy_bind_address} - haproxy_mongodb_bind_port: 27017 + haproxy_mongodb_bind_port: 27018 haproxy_mongodb_exposed_port: 37017 haproxy_mongodb_ssl: enabled: false