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