logging: restore opensearch placement to rpi5 workers

This commit is contained in:
Brad Stein 2026-03-31 00:16:21 -03:00
parent bfc9cd282f
commit 2a93317c67

View File

@ -40,26 +40,17 @@ 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
nodeAffinity: nodeSelector:
requiredDuringSchedulingIgnoredDuringExecution: node-role.kubernetes.io/worker: "true"
nodeSelectorTerms: hardware: rpi5
- matchExpressions: affinity:
- key: jetson nodeAffinity:
operator: In requiredDuringSchedulingIgnoredDuringExecution:
values: nodeSelectorTerms:
- "true" - matchExpressions:
- matchExpressions: - key: hardware
- key: hardware operator: In
operator: In values:
values: - rpi5
- rpi5
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: jetson
operator: In
values:
- "true"
sysctlInit: sysctlInit:
enabled: true enabled: true