wildduck: Bump replica count to 3

This commit is contained in:
Lauri Võsandi 2023-09-16 14:14:00 +03:00
parent f05cb6f9de
commit 9a92c83b5a
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ kind: Deployment
metadata: metadata:
name: haraka name: haraka
spec: spec:
replicas: 2 replicas: 3
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: wildduck app.kubernetes.io/name: wildduck

View File

@ -24,7 +24,7 @@ kind: Deployment
metadata: metadata:
name: wildduck name: wildduck
spec: spec:
replicas: 1 replicas: 3
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: wildduck app.kubernetes.io/name: wildduck

View File

@ -42,7 +42,7 @@ kind: Deployment
metadata: metadata:
name: zonemta name: zonemta
spec: spec:
replicas: 2 replicas: 3
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: wildduck app.kubernetes.io/name: wildduck