Sign inSign up

imansour/maap-sar-intro

By imansour

Updated over 2 years ago

Image
0

3.9K

imansour/maap-sar-intro repository overview

To deploy it to MAAP:

  1. open the dashboard of the Eclipse Che: Link

  2. Click "Custom Workspace"

  3. Copy and paste this to the Devfile section then run your workspace

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:
                limits:
                  memory: 2048Mi
              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

Tag summary

Content type

Image

Digest

sha256:9c70681f4

Size

2.3 GB

Last updated

over 2 years ago

docker pull imansour/maap-sar-intro