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

Update values.template.yaml- > fix tolerations

parent 9dc3f73a
No related branches found
No related tags found
No related merge requests found
Pipeline #39763 passed
...@@ -205,13 +205,19 @@ singleuser: ...@@ -205,13 +205,19 @@ singleuser:
- key: "nautilus.io/csusb" - key: "nautilus.io/csusb"
operator: "Exists" operator: "Exists"
effect: "NoSchedule" effect: "NoSchedule"
- key: "nautilus.io/rynode"
operator: "Exists"
effect: "NoSchedule"
- key: "nautilus.io/testing"
operator: "Exists"
effect: "NoSchedule"
extraNodeAffinity: # extraNodeAffinity:
required: # required:
- matchExpressions: # - matchExpressions:
- 'key': 'topology.kubernetes.io/region' # - 'key': 'topology.kubernetes.io/region'
'operator': 'In' # 'operator': 'In'
'values': ["us-west"] # 'values': ["us-west"]
cloudMetadata: cloudMetadata:
blockWithIptables: false blockWithIptables: false
networkPolicy: networkPolicy:
......
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