mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
16 lines
351 B
YAML
16 lines
351 B
YAML
---
|
|
|
|
crds:
|
|
enabled: true
|
|
affinity:
|
|
nodeAffinity: {}
|
|
podAntiAffinity:
|
|
preferredDuringSchedulingIgnoredDuringExecution:
|
|
- weight: 100
|
|
podAffinityTerm:
|
|
labelSelector:
|
|
matchExpressions:
|
|
- key: kubernetes.io/hostname
|
|
operator: Exists
|
|
topologyKey: kubernetes.io/hostname
|