Skip to content
Snippets Groups Projects
Commit ad75d73e authored by btissam's avatar btissam
Browse files

BIOMASS-3142 integration bps btk : update devfile.yaml

parent 3d084606
No related branches found
No related tags found
3 merge requests!6BIOMASS-3175 integration stack r,!5Biomass 3142 integration bps btk,!4BIOMASS-3134 SAR Training update
apiVersion: 1.0.0
metadata:
generateName: r-
attributes:
editorFree: 'true'
components:
- endpoints:
- attributes:
type: ide
discoverable: 'false'
path: /
public: 'true'
protocol: http
name: jupyter
port: 3100
referenceContent: |
kind: List
items:
- apiVersion: v1
kind: Pod
metadata:
name: ws
labels:
name: ws
spec:
containers:
- name: jupyter
image: 'registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/r-jupyterlab:1.0.0'
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
name: maap-configmap
mountSources: true
resources:
requests:
memory: 2048Mi
limits:
memory: 2048Mi
securityContext:
privileged: true
volumeMounts:
- name: s3fs-volume
mountPath: /projects/my-private-bucket
subPath: my-private-bucket
mountPropagation: HostToContainer
- name: s3fs
mountPath: "/etc/s3fs"
readOnly: true
- name: dotconda
mountPath: /projects/.conda
- name: s3fs
image: 'registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap-dev/che-s3-storage:master'
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
name: maap-configmap
resources:
limits:
memory: 256Mi
securityContext:
privileged: true
volumeMounts:
- name: s3fs-volume
mountPath: /my-private-bucket
subPath: my-private-bucket
mountPropagation: Bidirectional
imagePullSecrets:
- name: secret-docker-bimaap
volumes:
- name: s3fs
secret:
secretName: s3-credential
- name: s3fs-volume
emptyDir: {}
- name: dotconda
emptyDir: {}
type: kubernetes
volumes:
- name: projects
containerPath: /projects
alias: maap-jupyterlab
env:
- value: WS_JUPYTER
name: MACHINE_NAME
- value: /projects
name: JUPYTER_NOTEBOOK_DIR
\ No newline at end of file
displayName: r
description: R stack with required libs
tags: ["Jupyter", "Maap"]
icon: /images/r_logo.svg
globalMemoryLimit: 2674Mi
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="724" height="561"><defs><linearGradient id="g" x1="0" x2="1" y1="0" y2="1" gradientUnits="objectBoundingBox" spreadMethod="pad"><stop offset="0" stop-color="#cbced0" stop-opacity="1"/><stop offset="1" stop-color="#84838b" stop-opacity="1"/></linearGradient><linearGradient id="b" x1="0" x2="1" y1="0" y2="1" gradientUnits="objectBoundingBox" spreadMethod="pad"><stop offset="0" stop-color="#276dc3" stop-opacity="1"/><stop offset="1" stop-color="#165caa" stop-opacity="1"/></linearGradient></defs><path d="M361.453,485.937 C162.329,485.937 0.906,377.828 0.906,244.469 C0.906,111.109 162.329,3.000 361.453,3.000 C560.578,3.000 722.000,111.109 722.000,244.469 C722.000,377.828 560.578,485.937 361.453,485.937 ZM416.641,97.406 C265.289,97.406 142.594,171.314 142.594,262.484 C142.594,353.654 265.289,427.562 416.641,427.562 C567.992,427.562 679.687,377.033 679.687,262.484 C679.687,147.971 567.992,97.406 416.641,97.406 Z" fill="url(#g)" fill-rule="evenodd"/><path d="M550.000,377.000 C550.000,377.000 571.822,383.585 584.500,390.000 C588.899,392.226 596.510,396.668 602.000,402.500 C607.378,408.212 610.000,414.000 610.000,414.000 L696.000,559.000 L557.000,559.062 L492.000,437.000 C492.000,437.000 478.690,414.131 470.500,407.500 C463.668,401.969 460.755,400.000 454.000,400.000 C449.298,400.000 420.974,400.000 420.974,400.000 L421.000,558.974 L298.000,559.026 L298.000,152.938 L545.000,152.938 C545.000,152.938 657.500,154.967 657.500,262.000 C657.500,369.033 550.000,377.000 550.000,377.000 ZM496.500,241.024 L422.037,240.976 L422.000,310.026 L496.500,310.002 C496.500,310.002 531.000,309.895 531.000,274.877 C531.000,239.155 496.500,241.024 496.500,241.024 Z" fill="url(#b" fill-rule="evenodd"/></svg>
\ No newline at end of file
......@@ -64,6 +64,19 @@
"links": {
"self": "/devfiles/btk/devfile.yaml"
}
},
{
"displayName": "R",
"description": "R stack with required libs",
"tags": [
"Python",
"Maap"
],
"icon": "/images/r_logo.svg",
"globalMemoryLimit": "5000Mi",
"links": {
"self": "/devfiles/r/devfile.yaml"
}
}
]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment