50 lines
886 B
YAML
50 lines
886 B
YAML
image:
|
|
registry: "quay.io"
|
|
repository: "jupyter/scipy-notebook"
|
|
tag: "latest"
|
|
|
|
resources:
|
|
limits:
|
|
cpu: "2000m"
|
|
memory: "4096Mi"
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "1024Mi"
|
|
gpu: ""
|
|
|
|
jupyterConfig:
|
|
token: ""
|
|
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: "kong"
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "root-ca-issuer"
|
|
cert-manager.io/duration: "8760h"
|
|
cert-manager.io/renew-before: "720h"
|
|
konghq.com/https-redirect-status-code: "301"
|
|
konghq.com/protocols: "https"
|
|
hosts:
|
|
- host: "jupyter.example.com"
|
|
paths:
|
|
- /
|
|
tls:
|
|
- hosts:
|
|
- "jupyter.example.com"
|
|
secretName: "jupyter-tls-secret"
|
|
|
|
homeVolume:
|
|
enabled: false
|
|
size: "5Gi"
|
|
storageClassName: ""
|
|
accessMode: "ReadWriteOnce"
|
|
|
|
dataVolume:
|
|
enabled: false
|
|
size: "5Gi"
|
|
storageClassName: ""
|
|
accessMode: "ReadWriteOnce"
|
|
|
|
groupVolumes: []
|
|
|