wildduck: Use recreate strategy to avoid Kube scheduling deadlock

This commit is contained in:
Lauri Võsandi 2024-08-15 09:24:16 +03:00
parent 9bf5e2408a
commit bbf421df63
3 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,8 @@ kind: Deployment
metadata:
name: haraka
spec:
strategy:
type: Recreate
replicas: 2
selector:
matchLabels:

View File

@ -42,6 +42,8 @@ kind: Deployment
metadata:
name: wildduck
spec:
strategy:
type: Recreate
replicas: 2
selector:
matchLabels:

View File

@ -42,6 +42,8 @@ kind: Deployment
metadata:
name: zonemta
spec:
strategy:
type: Recreate
replicas: 2
selector:
matchLabels: