Skip to content
Snippets Groups Projects
Commit e69af028 authored by Dung Vu's avatar Dung Vu
Browse files

Update my_spawner.py

parent a59a9611
No related branches found
No related tags found
No related merge requests found
Pipeline #30689 passed
......@@ -34,7 +34,7 @@ class MySpawner(KubeSpawner):
nodeSelectorTermsExpressions = [{
'key': 'topology.kubernetes.io/region',
'operator': 'In',
'values': ["us-west"]
'values': ["us-central"]
}]
if formdata.get('gputype', [0])[0]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment