Created
November 25, 2019 07:57
-
-
Save AndrienkoAleksandr/f9e4714ad8a8c8c669811ad13b60670c to your computer and use it in GitHub Desktop.
webview2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: eclipse | |
name: che-theia | |
version: next | |
type: Che Editor | |
displayName: theia-ide | |
title: Eclipse Theia for Eclipse Che | |
description: Eclipse Theia | |
icon: https://raw.githubusercontent.com/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: "web-view" | |
public: true | |
targetPort: 3130 | |
attributes: | |
protocol: http | |
type: webview | |
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: "aandrienko/che-theia: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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment