From 9ad6fb3f5dfe2e2e306fe5fb5a223deefd39d59e Mon Sep 17 00:00:00 2001 From: Daniel Seybold Date: Sat, 1 Dec 2018 13:46:06 +0100 Subject: [PATCH] fixed mongodb sharded yaml --- input/applications/database/mongodbsharded_cluster.app | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/input/applications/database/mongodbsharded_cluster.app b/input/applications/database/mongodbsharded_cluster.app index 622620b..5458130 100644 --- a/input/applications/database/mongodbsharded_cluster.app +++ b/input/applications/database/mongodbsharded_cluster.app @@ -50,11 +50,11 @@ components : name : "MANAGEMENT" incomingPorts : - - name : "SEED_MONGOS" - number : 27018 + name : "SEED_MONGOS" + number : 27018 - - name : "DATA_MONGOS" - number : 27017 + name : "DATA_MONGOS" + number : 27017 lifecycleActions : init : "" download : "sudo apt-get -y update && sudo apt-get install wget -y -- GitLab