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:
- key: "nautilus.io/csusb"
operator: "Exists"
effect: "NoSchedule"
- key: "nautilus.io/rynode"
operator: "Exists"
effect: "NoSchedule"
- key: "nautilus.io/testing"
operator: "Exists"
effect: "NoSchedule"
extraNodeAffinity:
required:
- matchExpressions:
- 'key': 'topology.kubernetes.io/region'
'operator': 'In'
'values': ["us-west"]
# extraNodeAffinity:
# required:
# - matchExpressions:
# - 'key': 'topology.kubernetes.io/region'
# 'operator': 'In'
# 'values': ["us-west"]
cloudMetadata:
blockWithIptables: false
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