forked from k-space/kube
wildduck: Use recreate strategy to avoid Kube scheduling deadlock
This commit is contained in:
parent
9bf5e2408a
commit
bbf421df63
@ -106,6 +106,8 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: haraka
|
name: haraka
|
||||||
spec:
|
spec:
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
replicas: 2
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
@ -42,6 +42,8 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: wildduck
|
name: wildduck
|
||||||
spec:
|
spec:
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
replicas: 2
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
@ -42,6 +42,8 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: zonemta
|
name: zonemta
|
||||||
spec:
|
spec:
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
replicas: 2
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
Loading…
Reference in New Issue
Block a user