update staroid settings and logo
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
# See https://docs.staroid.com/references/staroid_yaml.html for more configuration detail
 | 
			
		||||
apiVersion: beta/v1
 | 
			
		||||
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:
 | 
			
		||||
  skaffold:
 | 
			
		||||
    file: .staroid/skaffold.yaml
 | 
			
		||||
@@ -13,10 +13,16 @@ deploy:
 | 
			
		||||
  - name: Configurations
 | 
			
		||||
    params:
 | 
			
		||||
    - 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
 | 
			
		||||
      defaultValue: gpu-1
 | 
			
		||||
      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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user