2020-08-03 22:36:59 +00:00
|
|
|
# See https://docs.staroid.com/references/staroid_yaml.html for more configuration detail
|
|
|
|
apiVersion: beta/v1
|
|
|
|
starRank:
|
2020-11-21 12:40:35 +00:00
|
|
|
rate: 1.16 # set community rate here. https://staroid.com/site/starrank
|
2020-08-03 22:36:59 +00:00
|
|
|
build:
|
2020-08-03 22:48:11 +00:00
|
|
|
skaffold:
|
|
|
|
file: .staroid/skaffold.yaml
|
2020-08-03 22:36:59 +00:00
|
|
|
ingress:
|
|
|
|
- serviceName: jupyter
|
|
|
|
port: 8888
|
|
|
|
deploy:
|
|
|
|
paramGroups:
|
|
|
|
- name: Configurations
|
|
|
|
params:
|
|
|
|
- name: "Instance type"
|
2020-11-21 12:54:37 +00:00
|
|
|
description: "GPU instance is supported only in AWS for now. It is required to support the GPU capability."
|
2020-08-03 22:36:59 +00:00
|
|
|
type: STRING
|
2020-11-21 12:57:48 +00:00
|
|
|
defaultValue: gpu-1
|
2020-08-03 22:36:59 +00:00
|
|
|
options:
|
2020-11-21 12:40:35 +00:00
|
|
|
- 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
|
2020-08-03 22:36:59 +00:00
|
|
|
- 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"]
|
|
|
|
- name: "Spot instance"
|
|
|
|
type: STRING
|
|
|
|
defaultValue: "false"
|
|
|
|
options:
|
|
|
|
- name: "false"
|
|
|
|
value: "false"
|
|
|
|
- name: "true"
|
|
|
|
value: "true"
|
|
|
|
paths:
|
|
|
|
- Deployment:jupyter-deployment:spec.template.metadata.labels["pod.staroid.com/spot"]
|