update kubeflow dip-catalog
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user