28 lines
650 B
YAML
28 lines
650 B
YAML
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: kubeflownotebookswg/jupyter-scipy:v1.9.0-rc.1
|
|
imagePullPolicy: IfNotPresent
|
|
resources:
|
|
limits:
|
|
cpu: "0.6"
|
|
memory: 1.2Gi
|
|
requests:
|
|
cpu: "0.5"
|
|
memory: 1Gi
|
|
serviceAccountName: default-editor
|