Increased the number of replicas

This commit is contained in:
Dreaded_X 2024-11-24 01:12:57 +01:00
parent 1858b89e08
commit 9be32979f4
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
5 changed files with 6 additions and 4 deletions

View File

@ -13,6 +13,8 @@ spec:
version: 0.9.9
interval: 15m
values:
pod:
replicas: 2
ingress:
enabled: true
tls:

View File

@ -8,7 +8,7 @@ metadata:
app: lldap
name: lldap
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: lldap

View File

@ -7,7 +7,7 @@ metadata:
app: whoami
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: whoami

View File

@ -5,7 +5,7 @@ metadata:
app: dragonflydb
name: dragonflydb
spec:
replicas: 1
replicas: 2
resources:
requests:
cpu: 500m

View File

@ -17,7 +17,7 @@ spec:
type: postgresql
mode: standalone
cluster:
instances: 1
instances: 2
backups:
enabled: true
provider: s3