parent
2c898e5b3c
commit
d18a84abcd
@ -0,0 +1,45 @@ |
|||||||
|
#version: jupyterlab, 1.0.0 |
||||||
|
image: |
||||||
|
registry: "quay.io" |
||||||
|
repository: "jupyter/scipy-notebook" |
||||||
|
tag: "latest" |
||||||
|
|
||||||
|
resources: |
||||||
|
limits: |
||||||
|
cpu: "2000m" |
||||||
|
memory: "4096Mi" |
||||||
|
requests: |
||||||
|
cpu: "500m" |
||||||
|
memory: "1024Mi" |
||||||
|
gpu: "" |
||||||
|
|
||||||
|
jupyterConfig: |
||||||
|
token: "123456123456" |
||||||
|
|
||||||
|
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-jup4.gke.paasup.io" |
||||||
|
paths: |
||||||
|
- / |
||||||
|
tls: |
||||||
|
- hosts: |
||||||
|
- "demo01-jup4.gke.paasup.io" |
||||||
|
secretName: "demo01-jup4-tls-secret" |
||||||
|
|
||||||
|
homeVolume: |
||||||
|
enabled: true |
||||||
|
size: "5Gi" |
||||||
|
storageClassName: "" |
||||||
|
|
||||||
|
dataVolume: |
||||||
|
enabled: false |
||||||
|
size: "5Gi" |
||||||
|
storageClassName: "" |
||||||
Loading…
Reference in new issue