logging: enforce opensearch node affinity constraints

This commit is contained in:
Brad Stein 2026-03-31 00:09:44 -03:00
parent be92017f4d
commit bfc9cd282f

View File

@ -40,27 +40,26 @@ spec:
discovery.type: single-node
plugins.security.disabled: true
node.store.allow_mmap: false
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: jetson
operator: In
values:
- "true"
- matchExpressions:
- key: hardware
operator: In
values:
- rpi5
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: jetson
operator: In
values:
- "true"
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: jetson
operator: In
values:
- "true"
- matchExpressions:
- key: hardware
operator: In
values:
- rpi5
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: jetson
operator: In
values:
- "true"
sysctlInit:
enabled: true