Skip to content
Snippets Groups Projects
Select Git revision
  • d8498feaefb4d4654045c9cc86360064c30af9fc
  • master default protected
  • rednatco-v2
  • rednatco
  • test
  • ntc-tube-uniform-color
  • ntc-tube-missing-atoms
  • restore-vertex-array-per-program
  • watlas2
  • dnatco_new
  • cleanup-old-nodejs
  • webmmb
  • fix_auth_seq_id
  • update_deps
  • ext_dev
  • ntc_balls
  • nci-2
  • plugin
  • bugfix-0.4.5
  • nci
  • servers
  • v0.5.0-dev.1
  • v0.4.5
  • v0.4.4
  • v0.4.3
  • v0.4.2
  • v0.4.1
  • v0.4.0
  • v0.3.12
  • v0.3.11
  • v0.3.10
  • v0.3.9
  • v0.3.8
  • v0.3.7
  • v0.3.6
  • v0.3.5
  • v0.3.4
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
41 results

webpack.config.viewer.js

Blame
  • hub.yaml 13.16 KiB
    ---
    proxy:
      service:
        type: NodePort
    
    ingress:
      enabled: true
      annotations:
        kubernetes.io/ingress.class: "nginx"
        kubernetes.io/tls-acme: "true"
      hosts:
        - "{{ notebooks_hostname }}"
      tls:
        - hosts:
            - "{{ notebooks_hostname }}"
            - "eosc-notebooks.vm.fedcloud.eu"
          secretName: acme-tls-hub
    
    singleuser:
      # keep resource limits in sync with:
      # - profileList
      storage:
        type: none
        extraVolumes:
          - name: cvmfs-host
            hostPath:
              path: /cvmfs
              type: Directory
          - name: owncloud-home
            empty_dir:
          # - name: scratch
          #   ephemeral:
          #     volumeClaimTemplate:
          #       spec:
          #         accessModes: [ "ReadWriteOnce" ]
          #         storageClassName: local-path
          #         resources:
          #           requests:
          #             storage: "10Gi"
        extraVolumeMounts:
          - name: cvmfs-host
            mountPath: "/cvmfs:shared"
          - name: owncloud-home
            mountPath: '/home/jovyan:shared'
          # - name: scratch
          #   mountPath: '/scratch'
      memory:
        limit: 4G
        guarantee: 512M
      cpu:
        limit: 2
        guarantee: .2
      defaultUrl: "/lab"
      image:
        name: eginotebooks/single-user-eosc
        tag: "sha-dea4fa2"
      profileList:
        - display_name: Small Environment - 2 vCPU / 4 GB RAM
          description: >
            The notebook environment includes Python, R, Julia and Octave kernels.
          default: true
          kubespawner_override:
            args:
              - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
            extra_annotations:
              "egi.eu/flavor": "small-environment-2-vcpu-4-gb-ram"
          vo_claims:
            - urn:geant:eosc-federation.eu:res:notebooks.open-science-cloud.ec.europa.eu:2-vcpu-4-gb-ram:act:ppa
        - display_name: Medium Environment - 4 vCPU / 8 GB RAM
          description: >