logging: enforce opensearch node affinity constraints
This commit is contained in:
parent
be92017f4d
commit
bfc9cd282f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user