From 832e3adb9a74ba762368407736afabdd0e0487aa Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 23 Jan 2023 21:28:25 +0100 Subject: [PATCH] Update devfile.yaml --- devfile.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index 89aa860..86450f0 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -25,9 +25,6 @@ components: che-code.eclipse.org/contribute-cpuLimit: false che-code.eclipse.org/contribute-cpuRequest: false che-code.eclipse.org/contribute-endpoint/che-code: 3100 - che-code.eclipse.org/contribute-endpoint/code-redirect-1: 13131 - che-code.eclipse.org/contribute-endpoint/code-redirect-2: 13132 - che-code.eclipse.org/contribute-endpoint/code-redirect-3: 13133 che-code.eclipse.org/contribute-entry-point: true che-code.eclipse.org/contribute-memoryLimit: true che-code.eclipse.org/contribute-memoryRequest: false @@ -66,30 +63,6 @@ components: protocol: https secure: false targetPort: 3100 - - attributes: - contributed-by: che-code.eclipse.org - discoverable: false - urlRewriteSupported: true - exposure: public - name: code-redirect-1 - protocol: http - targetPort: 13131 - - attributes: - contributed-by: che-code.eclipse.org - discoverable: false - urlRewriteSupported: true - exposure: public - name: code-redirect-2 - protocol: http - targetPort: 13132 - - attributes: - contributed-by: che-code.eclipse.org - discoverable: false - urlRewriteSupported: true - exposure: public - name: code-redirect-3 - protocol: http - targetPort: 13133 volumeMounts: - name: m2 path: /home/user/.m2