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

BIOMASS-3142-integration-bps-btk

parent b883b6f2
No related branches found
No related tags found
2 merge requests!5Biomass 3142 integration bps btk,!4BIOMASS-3134 SAR Training update
metadata:
generateName: btk-
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: 'registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap-dev/btk-jupyterlab:0.0.1'
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
name: maap-configmap
mountSources: true
resources:
requests:
memory: 5000Mi
limits:
memory: 5000Mi
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/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
apiVersion: 1.0.0
displayName: BRIX-2
description: BRIX-2 with Gdal, geopandas, numpy and scipy
tags: ["Jupyter", "Maap"]
icon: /images/brix-2.png
globalMemoryLimit: 2674Mi
displayName: BRIX-2
description: BRIX-2 with Gdal, geopandas, numpy and scipy
displayName: BTK
description: BTK with Gdal, geopandas, numpy and scipy
tags: ["Jupyter", "Maap"]
icon: /images/brix-2.png
globalMemoryLimit: 2674Mi
......@@ -51,6 +51,19 @@
"links": {
"self": "/devfiles/polinsar-jupyter/devfile.yaml"
}
},
{
"displayName": "BTK",
"description": "BTK stack with gdal, numpy, etc...",
"tags": [
"Python",
"Maap"
],
"icon": "/images/brix-2.png",
"globalMemoryLimit": "5000Mi",
"links": {
"self": "/devfiles/btk/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