From 6d5a93129b95932daa64bb6fe9b7549e53a9d2ce Mon Sep 17 00:00:00 2001 From: ryanj Date: Fri, 12 Feb 2021 12:41:13 -0800 Subject: [PATCH] hard-coding this option at 3000 breaks examples that are not defaulted to 3000 --- devfiles/nodejs/devfile.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/devfiles/nodejs/devfile.yaml b/devfiles/nodejs/devfile.yaml index ae2bf95..dd6ee0c 100644 --- a/devfiles/nodejs/devfile.yaml +++ b/devfiles/nodejs/devfile.yaml @@ -16,9 +16,6 @@ components: memoryLimit: 1024Mi mountSources: true sourceMapping: /project - endpoints: - - name: http-3000 - targetPort: 3000 commands: - id: install exec: