Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devfile-registry
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esa-common
che7
devfile-registry
Commits
6c00a998
Commit
6c00a998
authored
2 years ago
by
Islam Mansour
Browse files
Options
Downloads
Patches
Plain Diff
Update devfile.yaml
parent
5035f611
No related branches found
No related tags found
1 merge request
!2
Update devfile.yaml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devfiles/polinsar-jupyter/devfile.yaml
+58
-51
58 additions, 51 deletions
devfiles/polinsar-jupyter/devfile.yaml
with
58 additions
and
51 deletions
devfiles/polinsar-jupyter/devfile.yaml
+
58
−
51
View file @
6c00a998
metadata
:
generateName
:
sar-intro-
attributes
:
editorFree
:
'
true'
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: 5000Mi
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
apiVersion
:
1.0.0
metadata
:
generateName
:
polinsar-
attributes
:
editorFree
:
'
true'
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
envFrom:
- configMapRef:
name: maap-configmap
mountSources: true
resources:
limits:
memory: 10240Mi
securityContext:
privileged: true
volumeMounts:
- name: s3fs
mountPath: "/etc/s3fs"
readOnly: true
imagePullSecrets:
- name: secret-docker-bimaap
volumes:
- name: s3fs
secret:
secretName: s3-credential
type
:
kubernetes
volumes
:
-
name
:
projects
containerPath
:
/projects
alias
:
maap-jupyterlab
env
:
-
value
:
WS_JUPYTER
name
:
MACHINE_NAME
-
value
:
/projects
name
:
JUPYTER_NOTEBOOK_DIR
apiVersion
:
1.0.0
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment