update staroid settings and logo
This commit is contained in:
parent
1953439bc9
commit
6d99f3fa25
@ -1 +1 @@
|
|||||||
Subproject commit 04f7f60d34a674a2964d96a6cb97c57a7870a828
|
Subproject commit d676cdf9b4847b5a5da2d4367aed56265174a5ef
|
@ -1,7 +1,7 @@
|
|||||||
# See https://docs.staroid.com/references/staroid_yaml.html for more configuration detail
|
# See https://docs.staroid.com/references/staroid_yaml.html for more configuration detail
|
||||||
apiVersion: beta/v1
|
apiVersion: beta/v1
|
||||||
starRank:
|
starRank:
|
||||||
rate: 1.25 # set community rate here. https://staroid.com/site/starrank
|
rate: 1.16 # set community rate here. https://staroid.com/site/starrank
|
||||||
build:
|
build:
|
||||||
skaffold:
|
skaffold:
|
||||||
file: .staroid/skaffold.yaml
|
file: .staroid/skaffold.yaml
|
||||||
@ -13,10 +13,16 @@ deploy:
|
|||||||
- name: Configurations
|
- name: Configurations
|
||||||
params:
|
params:
|
||||||
- name: "Instance type"
|
- name: "Instance type"
|
||||||
description: "GPU instance is supported only in AWS for now"
|
description: "GPU instance is supported only in AWS for now and required to support the full potential of this project."
|
||||||
type: STRING
|
type: STRING
|
||||||
defaultValue: gpu-1
|
defaultValue: gpu-1
|
||||||
options:
|
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)
|
- name: gpu-1 (8CPU, 61GB Mem, 1 GPU - Tesla V100 16GB Mem)
|
||||||
value: gpu-1
|
value: gpu-1
|
||||||
paths:
|
paths:
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue
Block a user