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 discovery.type: single-node
plugins.security.disabled: true plugins.security.disabled: true
node.store.allow_mmap: false node.store.allow_mmap: false
affinity: nodeAffinity:
nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution:
requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms:
nodeSelectorTerms: - matchExpressions:
- matchExpressions: - key: jetson
- key: jetson operator: In
operator: In values:
values: - "true"
- "true" - matchExpressions:
- matchExpressions: - key: hardware
- key: hardware operator: In
operator: In values:
values: - rpi5
- rpi5 preferredDuringSchedulingIgnoredDuringExecution:
preferredDuringSchedulingIgnoredDuringExecution: - weight: 100
- weight: 100 preference:
preference: matchExpressions:
matchExpressions: - key: jetson
- key: jetson operator: In
operator: In values:
values: - "true"
- "true"
sysctlInit: sysctlInit:
enabled: true enabled: true