dnd anpassung
This commit is contained in:
@@ -39,6 +39,15 @@ spec:
|
||||
labels:
|
||||
app: dnd-dev-postgres
|
||||
spec:
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: workload
|
||||
operator: In
|
||||
values:
|
||||
- Games
|
||||
containers:
|
||||
- name: postgres
|
||||
image: postgres:15-alpine
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user