diff --git a/.staroid/k8s.yaml b/.staroid/k8s.yaml index 2b9309b..a705a62 100644 --- a/.staroid/k8s.yaml +++ b/.staroid/k8s.yaml @@ -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: diff --git a/.staroid/staroid.yaml b/.staroid/staroid.yaml index 6a5f2f3..9472348 100644 --- a/.staroid/staroid.yaml +++ b/.staroid/staroid.yaml @@ -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