fix: remove node affinity from nextgen pods after fixing node networking

This commit is contained in:
fchinembiri 2026-05-28 22:15:00 +02:00
parent 7b355b1c3c
commit 32dd55887a
2 changed files with 0 additions and 18 deletions

View File

@ -48,15 +48,6 @@ spec:
labels: labels:
app: postgres app: postgres
spec: spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values:
- vmi3331742.contaboserver.net
containers: containers:
- name: postgres - name: postgres
image: postgres:15-alpine image: postgres:15-alpine

View File

@ -64,15 +64,6 @@ spec:
labels: labels:
app: mattermost app: mattermost
spec: spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values:
- vmi3331742.contaboserver.net
containers: containers:
- name: mattermost - name: mattermost
image: mattermost/mattermost-team-edition:9.11 image: mattermost/mattermost-team-edition:9.11