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.
27 lines
669 B
27 lines
669 B
apiVersion: kubeflow.org/v1
|
|
kind: Notebook
|
|
metadata:
|
|
annotations:
|
|
notebooks.kubeflow.org/creator: user@example.com
|
|
notebooks.kubeflow.org/server-type: jupyter
|
|
generation: 1
|
|
labels:
|
|
access-ml-pipeline: "true"
|
|
app: test
|
|
name: test
|
|
namespace: kubeflow-user-example-com
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: test
|
|
image: ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:v1.10.0
|
|
imagePullPolicy: IfNotPresent
|
|
resources:
|
|
limits:
|
|
cpu: "0.6"
|
|
memory: 1.2Gi
|
|
requests:
|
|
cpu: "0.5"
|
|
memory: 1Gi
|
|
serviceAccountName: default-editor
|
|
|