dnd anpassung

This commit is contained in:
HDW
2026-06-04 00:14:40 +02:00
parent 9c6879bcd6
commit 4dbddd93d3
2 changed files with 18 additions and 0 deletions

View File

@@ -39,6 +39,15 @@ spec:
labels:
app: dnd-postgres
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: workload
operator: In
values:
- Games
containers:
- name: postgres
image: postgres:15-alpine