undo changes that uses cpu node as default
This commit is contained in:
		@@ -15,7 +15,7 @@ spec:
 | 
				
			|||||||
        app: jupyter
 | 
					        app: jupyter
 | 
				
			||||||
        pod.staroid.com/isolation: dedicated # see https://docs.staroid.com/ske/pod.html#pod for more available options
 | 
					        pod.staroid.com/isolation: dedicated # see https://docs.staroid.com/ske/pod.html#pod for more available options
 | 
				
			||||||
        pod.staroid.com/spot: "false"
 | 
					        pod.staroid.com/spot: "false"
 | 
				
			||||||
        pod.staroid.com/instance-type: standard-2
 | 
					        pod.staroid.com/instance-type: gpu-1
 | 
				
			||||||
    spec:
 | 
					    spec:
 | 
				
			||||||
      automountServiceAccountToken: true
 | 
					      automountServiceAccountToken: true
 | 
				
			||||||
      securityContext:
 | 
					      securityContext:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,7 @@ deploy:
 | 
				
			|||||||
    - name: "Instance type"
 | 
					    - name: "Instance type"
 | 
				
			||||||
      description: "GPU instance is supported only in AWS for now. It is required to support the GPU capability."
 | 
					      description: "GPU instance is supported only in AWS for now. It is required to support the GPU capability."
 | 
				
			||||||
      type: STRING
 | 
					      type: STRING
 | 
				
			||||||
      defaultValue: standard-2
 | 
					      defaultValue: gpu-1
 | 
				
			||||||
      options:
 | 
					      options:
 | 
				
			||||||
      - name: standard-2 (2CPU, 8GB Mem)
 | 
					      - name: standard-2 (2CPU, 8GB Mem)
 | 
				
			||||||
        value: standard-2
 | 
					        value: standard-2
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user