-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDevfile-US.yml
52 lines (52 loc) · 1.24 KB
/
Devfile-US.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
metadata:
generateName: sar-intro-us-
components:
- endpoints:
- name: jupyter
port: 3100
attributes:
type: ide
discoverable: 'false'
path: /
public: 'true'
protocol: http
referenceContent: |
kind: List
items:
- apiVersion: v1
kind: Pod
metadata:
name: ws
labels:
name: ws
spec:
containers:
- name: jupyter
image: 'imansour/maap-sar-intro:latest'
imagePullPolicy: IfNotPresent
mountSources: true
resources:
requests:
memory: 5000Mi
limits:
memory: 10240Mi
securityContext:
privileged: true
type: kubernetes
volumes:
- name: projects
containerPath: /projects
alias: maap-jupyterlab
env:
- value: WS_JUPYTER
name: MACHINE_NAME
- value: /projects
name: JUPYTER_NOTEBOOK_DIR
- value: 97262f0b-d3ca-4492-bcf8-9a0e12bdede8
name: CLIENT_ID
- value: VAL
name: MAAP_ENV_TYPE
attributes:
editorFree: 'true'
persistVolumes: 'true'
apiVersion: 1.0.0