Skip to content
Snippets Groups Projects
Verified Commit d145ea2a authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

counters: Add missing affinity

Refs. swh/infra/sysadm-environment#5179
parent 1d9e3ab3
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,15 @@ statsd_exporter:
enabled: true
counters:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: swh/counters
operator: In
values:
- "true"
rpc:
affinity:
nodeAffinity:
......
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