Skip to content
Snippets Groups Projects
Select Git revision
  • b5c5a431728f90d21adafeda1a2f9970337df3f2
  • master default protected
  • devel
  • hruska-feature-clients-api
  • malostik-#5066-deduplicate-idea-ids
  • warden-postgresql-port
  • hruska-feature-#6799-filter-keys
  • hruska-feature-5066-duplicateIdeaID
  • warden-client-3.0-beta3
  • warden-server-3.0-beta3
  • warden-client-2.2-final
  • warden-server-2.2-final
  • warden-client-3.0-beta2
  • warden-server-3.0-beta2
  • warden-client-2.2
  • warden-server-2.2-patch3
  • warden-client-3.0-beta1
  • warden-server-3.0-beta1
  • warden-server-2.2-patch1
  • warden-client-3.0-beta0
  • warden-server-3.0-beta0
  • warden-server-2.2
  • warden-server-2.1-patch1
  • warden-client-2.1
  • warden-server-2.1
  • warden-server-2.1-beta6
  • warden-server-2.1-beta5
  • warden-server-2.1-beta4
28 results

CHANGELOG

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    fullhub.yaml 18.81 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 }}"
          secretName: acme-tls-fullhub
    
    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: 128M
      cpu:
        limit: 2
        guarantee: .02
      defaultUrl: "/lab"
      image:
        name: eginotebooks/single-user
        tag: "sha-6d48e61"
      profileList:
        - display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
          description: >
            The notebook environment includes Python, R, Julia and Octave kernels. Non-collaborative.
          default: true
          kubespawner_override:
            args:
              - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
            extra_annotations:
              "egi.eu/flavor": "small-environment-2-vcpu-4-gb-ram"
        - display_name: Small Environment - 2 vCPU / 4 GB RAM (collaboratice)
          description: >
            The notebook environment includes Python, R, Julia and Octave kernels. Collaborative.
          kubespawner_override:
            args: