enhance: bind e2e to dedicated nodes (#32577)

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>
This commit is contained in:
sammy.huang 2024-04-24 19:27:24 +08:00 committed by GitHub
parent faa559592d
commit 4c7d3dade3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 26 additions and 0 deletions

View File

@ -2,6 +2,14 @@ metrics:
serviceMonitor:
enabled: true
nodeSelector:
node-role.kubernetes.io/e2e: ""
tolerations:
- key: "node-role.kubernetes.io/e2e"
operator: "Exists"
effect: "NoSchedule"
cluster:
enabled: false
etcd:

View File

@ -3,6 +3,15 @@ metrics:
enabled: true
log:
level: debug
nodeSelector:
node-role.kubernetes.io/e2e: ""
tolerations:
- key: "node-role.kubernetes.io/e2e"
operator: "Exists"
effect: "NoSchedule"
proxy:
resources:
requests:

View File

@ -1,6 +1,15 @@
metrics:
serviceMonitor:
enabled: true
nodeSelector:
node-role.kubernetes.io/e2e: ""
tolerations:
- key: "node-role.kubernetes.io/e2e"
operator: "Exists"
effect: "NoSchedule"
log:
level: debug
proxy: