Last active
April 9, 2018 09:35
-
-
Save sunix/a6ad56f1766829d3b2c51f4489247bb1 to your computer and use it in GitHub Desktop.
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
{ | |
"v": "4.0", | |
"name": "theia", | |
"workspace": { | |
"environments": { | |
"default": { | |
"machines": { | |
"ws/theia": { | |
"attributes": { | |
"memoryLimitBytes": "547483648" | |
}, | |
"servers": { | |
"theia": { | |
"attributes": { | |
"type": "ide" | |
}, | |
"port": "3000", | |
"protocol": "http" | |
} | |
}, | |
"volumes": { | |
"projects": { | |
"path": "/projects" | |
}, | |
"theia": { | |
"path": "/home/theia" | |
} | |
}, | |
"installers": [], | |
"env": {} | |
}, | |
"ws/dev": { | |
"attributes": { | |
"memoryLimitBytes": "547483648" | |
}, | |
"servers": { | |
"theia-dev": { | |
"attributes": {}, | |
"port": "3030", | |
"protocol": "http" | |
} | |
}, | |
"volumes": { | |
"projects": { | |
"path": "/projects" | |
} | |
}, | |
"installers": [], | |
"env": {} | |
} | |
}, | |
"recipe": { | |
"type": "openshift", | |
"content": "kind: List\nitems:\n - \n apiVersion: v1\n kind: Pod\n metadata:\n name: ws\n spec:\n containers:\n - \n image: 'eclipse/che-theia:nightly'\n name: theia\n resources:\n limits:\n memory: 2048Mi\n - \n image: 'eclipse/che-dev:nightly'\n name: dev\n resources:\n limits:\n memory: 2048Mi\n", | |
"contentType": "application/x-yaml" | |
} | |
} | |
}, | |
"defaultEnv": "default", | |
"projects": [ | |
{ | |
"links": [], | |
"name": "theia", | |
"attributes": { | |
"contribute_to_branch": [ | |
"master" | |
] | |
}, | |
"type": "blank", | |
"source": { | |
"location": "https://github.com/theia-ide/theia.git", | |
"type": "git", | |
"parameters": { | |
"branch": "master" | |
} | |
}, | |
"path": "/theia", | |
"problems": [], | |
"mixins": [ | |
"pullrequest" | |
] | |
} | |
], | |
"name": "theia", | |
"commands": [], | |
"links": [] | |
}, | |
"id": "factorywzmemy9du9yrt9uq", | |
"creator": { | |
"name": "che", | |
"created": 1523020205700, | |
"email": "[email protected]", | |
"userId": "che" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment