undo changes that uses cpu node as default

This commit is contained in:
ChristophSchranz 2020-11-21 13:57:48 +01:00
parent 1a0ea690c9
commit 49d0c6f49d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ spec:
app: jupyter
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/instance-type: standard-2
pod.staroid.com/instance-type: gpu-1
spec:
automountServiceAccountToken: true
securityContext:

View File

@ -15,7 +15,7 @@ deploy:
- name: "Instance type"
description: "GPU instance is supported only in AWS for now. It is required to support the GPU capability."
type: STRING
defaultValue: standard-2
defaultValue: gpu-1
options:
- name: standard-2 (2CPU, 8GB Mem)
value: standard-2