You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
900 B
45 lines
900 B
#version: jupyterlab, 1.0.0
|
|
image:
|
|
registry: "quay.io"
|
|
repository: "jupyter/scipy-notebook:conda-26.1.1"
|
|
tag: ""
|
|
|
|
resources:
|
|
limits:
|
|
cpu: "2000m"
|
|
memory: "4096Mi"
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "1024Mi"
|
|
gpu: ""
|
|
|
|
jupyterConfig:
|
|
token: ""
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "root-ca-issuer"
|
|
cert-manager.io/duration: "8760h"
|
|
cert-manager.io/renew-before: "720h"
|
|
konghq.com/plugins: oidc-plugin, keycloak-authz-plugin
|
|
konghq.com/https-redirect-status-code: "301"
|
|
konghq.com/protocols: "https"
|
|
hosts:
|
|
- host: "demo01-juptest1.gke.paasup.io"
|
|
paths:
|
|
- /
|
|
tls:
|
|
- hosts:
|
|
- "demo01-juptest1.gke.paasup.io"
|
|
secretName: "demo01-juptest1-tls-secret"
|
|
|
|
homeVolume:
|
|
enabled: true
|
|
size: "5Gi"
|
|
storageClassName: ""
|
|
|
|
dataVolume:
|
|
enabled: false
|
|
size: "5Gi"
|
|
storageClassName: "" |