Increased the number of replicas
This commit is contained in:
@@ -13,6 +13,8 @@ spec:
|
||||
version: 0.9.9
|
||||
interval: 15m
|
||||
values:
|
||||
pod:
|
||||
replicas: 2
|
||||
ingress:
|
||||
enabled: true
|
||||
tls:
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata:
|
||||
app: lldap
|
||||
name: lldap
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: lldap
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
app: whoami
|
||||
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: whoami
|
||||
|
||||
Reference in New Issue
Block a user