parent
4cb51f2448
commit
f96437def2
@ -0,0 +1,45 @@ |
||||
#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: "" |
||||
Loading…
Reference in new issue