forked from zacanbrcom/che7-devfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevfile.yml
69 lines (69 loc) · 2 KB
/
devfile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
metadata:
name: MyMainframetack
components:
- type: chePlugin
reference: >-
https://raw.githubusercontent.com/zacanbrcom/che7-devfile/master/vsixdevfile.yaml
alias: cobol-language-support
- type: chePlugin
reference: 'https://github.com/eclipse/che-che4z/raw/1.0.0/plugins/cobol.yaml'
alias: cobol
- type: chePlugin
reference: >-
https://github.com/eclipse/che-che4z/raw/1.0.0/plugins/explorer-for-endevor.yaml
alias: explorer-for-endevor
- id: eclipse/che-theia/7.3.3
type: cheEditor
- mountSources: true
referenceContent: |-
kind: List
items:
-
apiVersion: v1
kind: Pod
metadata:
name: zowe
spec:
volumes:
- name: zowe
persistentVolumeClaim:
claimName: zowe-claim
containers:
-
image: 'ca-docker-brightside-docker.bintray.io/cli-mainframe-basic-stack:2020-02-13T23-41-08'
env:
- name: THEIA_PLUGINS
value: local-dir:///plugins
- name: ZOWE_CLI_HOME
value: /projects/.zowe
name: cli
resources:
limits:
memory: 1024Mi
volumeMounts:
- mountPath: /projects
name: projects
- mountPath: /home/user/.zowe
name: zowe
initContainers:
-
name: plugin-container
image: 'ca-docker-brightside-docker.bintray.io/cli-mainframe-basic-plugins:2019-11-19T15-56-35'
command: ["/bin/sh", "-c", "if [ -z \"$(ls -1A /.zowe)\" ]; then cp -r /.zowe_init/* /.zowe; fi"]
volumeMounts:
- mountPath: /.zowe
name: zowe
-
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: zowe-claim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 128Mi
type: kubernetes
alias: zowe-cli
apiVersion: 1.0.0