Increased the number of replicas

This commit is contained in:
2024-11-24 01:12:57 +01:00
parent 1858b89e08
commit 9be32979f4
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