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:
|
||||
name: haraka
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -42,6 +42,8 @@ kind: Deployment
|
||||
metadata:
|
||||
name: wildduck
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -42,6 +42,8 @@ kind: Deployment
|
||||
metadata:
|
||||
name: zonemta
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
|
Loading…
Reference in New Issue
Block a user