Skip to content

Commit

Permalink
Create values-rsptest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aibsen authored Aug 13, 2024
1 parent f3620f5 commit c03687d
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions applications/nublado/values-rsptest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
controller:
config:
images:
source:
type: "docker"
registry: "registry.hub.docker.com"
repository: "lsstsqre/sciplat-lab"
lab:
env:
AUTO_REPO_URLS: "https://github.com/lsst-uk/rsp-uk-notebooks"
AUTO_REPO_BRANCH: "main"
AUTO_REPO_SPECS: "https://github.com/lsst-uk/rsp-uk-notebooks@main"
initContainers:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.2"
privileged: true
volumeMounts:
- containerPath: "/home"
volumeName: "home"
pullSecret: "pull-secret"
volumes:
- name: "data"
source:
serverPath: "/data"
server: "192.41.122.94"
type: "nfs"
- name: "home"
source:
serverPath: "/jhome"
server: "192.41.122.94"
type: "nfs"
- name: "datasets"
source:
serverPath: "/datasets"
server: "192.41.122.94"
type: "nfs"
volumeMounts:
- containerPath: "/data"
volumeName: "data"
- containerPath: "/home"
volumeName: "home"
- containerPath: "/datasets"
volumeName: "datasets"

proxy:
ingress:
annotations:
nginx.ingress.kubernetes.io/proxy-connect-timeout: "50s"
nginx.ingress.kubernetes.io/proxy-read-timeout: "50s"
nginx.ingress.kubernetes.io/client-max-body-size: "50m"

jupyterhub:
hub:
db:
upgrade: true
cull:
timeout: 432000
every: 300
maxAge: 2160000

0 comments on commit c03687d

Please sign in to comment.