From f3a94d5a8d60a244831369038958ecdc0fabe0c5 Mon Sep 17 00:00:00 2001 From: user1 Date: Wed, 13 Nov 2019 09:54:37 +0000 Subject: [PATCH] Removing unused endpoint for mongodb --- devfile.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index 51c8e5a8..82edb6af 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -68,13 +68,6 @@ components: volumes: - name: mongo-storage containerPath: /var/lib/mongodb/data - endpoints: - - name: mongodb-34-centos7 - port: 27017 - attributes: - discoverable: 'true' - public: 'false' - - alias: java type: chePlugin