fix: avoid problematic node vmi3331742 for nextgen pods
This commit is contained in:
parent
812bc766f9
commit
b712d2c4b5
|
|
@ -48,6 +48,15 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,15 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue