Add node affinity for traefik to prefer infra node

This commit is contained in:
HDW
2026-04-24 23:45:17 +02:00
parent 9b589e972c
commit 9814fed455

View File

@@ -1,7 +1,23 @@
# infrastructure/traefik/values.yaml
deployment:
kind: Deployment
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: workload
operator: In
values:
- infra
- weight: 50
preference:
matchExpressions:
- key: workload
operator: In
values:
- Games
ports:
web:
port: 80