From 6cb7ef3281b78dc68efd52d3967a2d14bc6d1a8e Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Tue, 20 Aug 2019 10:57:49 +0200 Subject: [PATCH] che #14283 Adding back '7.0.0-next' version of the che-theia plugin Signed-off-by: Ilya Buziuk --- .../eclipse/che-theia/7.0.0-next/meta.yaml | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml diff --git a/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml b/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml new file mode 100644 index 0000000000..d5fc04cdd5 --- /dev/null +++ b/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml @@ -0,0 +1,69 @@ +apiVersion: v2 +publisher: eclipse +name: che-theia +version: 7.0.0-next +type: Che Editor +displayName: theia-ide +title: Eclipse Theia development version. +description: Eclipse Theia, get the latest release each day. +icon: https://github.com/raw/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true +category: Editor +repository: https://github.com/eclipse/che-theia +firstPublicationDate: "2019-03-07" +spec: + endpoints: + - name: "theia" + public: true + targetPort: 3100 + attributes: + protocol: http + type: ide + secure: true + cookiesAuthEnabled: true + discoverable: false + - name: "theia-dev" + public: true + targetPort: 3130 + attributes: + protocol: http + type: ide-dev + discoverable: false + - name: "theia-redirect-1" + public: true + targetPort: 13131 + attributes: + protocol: http + discoverable: false + - name: "theia-redirect-2" + public: true + targetPort: 13132 + attributes: + protocol: http + discoverable: false + - name: "theia-redirect-3" + public: true + targetPort: 13133 + attributes: + protocol: http + discoverable: false + containers: + - name: theia-ide + image: eclipse/che-theia:7.0.0-next + env: + - name: THEIA_PLUGINS + value: local-dir:///plugins + - name: HOSTED_PLUGIN_HOSTNAME + value: 0.0.0.0 + - name: HOSTED_PLUGIN_PORT + value: 3130 + volumes: + - mountPath: "/plugins" + name: plugins + mountSources: true + ports: + - exposedPort: 3100 + - exposedPort: 3130 + - exposedPort: 13131 + - exposedPort: 13132 + - exposedPort: 13133 + memoryLimit: "512M"