parent
d9ab8edb3d
commit
be9f0a9fa0
@ -1,45 +0,0 @@ |
|||||||
#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: "1234561234567890" |
|
||||||
|
|
||||||
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