-
Notifications
You must be signed in to change notification settings - Fork 6
/
staroid.yaml
37 lines (37 loc) · 976 Bytes
/
staroid.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
apiVersion: beta/v1
starRank:
rate: 1.2
upstream:
- project: jupyter/notebook
weight: 200
- project: iot-salzburg/gpu-jupyter
weight: 100
- project: open-datastudio/jupyter
weight: 50
build:
skaffold: {}
ingress:
- serviceName: jupyter
port: 8888
deploy:
dependencies:
- project: open-datastudio/mlflow-server
level: OPTIONAL
paramGroups:
- name: Configurations
params:
- name: "Instance type"
description: "GPU instance is supported only in AWS for now"
type: STRING
defaultValue: standard-2
options:
- name: standard-2 (2CPU, 8GB Mem)
value: standard-2
- name: standard-4 (4CPU, 16GB Mem)
value: standard-4
- name: standard-8 (8CPU, 32GB Mem)
value: standard-8
- name: gpu-1 (8CPU, 61GB Mem, 1 GPU - Tesla V100 16GB Mem)
value: gpu-1
paths:
- Deployment:jupyter-deployment:spec.template.metadata.labels["pod.staroid.com/instance-type"]