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
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
app: dragonflydb
|
||||
name: dragonflydb
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
type: postgresql
|
||||
mode: standalone
|
||||
cluster:
|
||||
instances: 1
|
||||
instances: 2
|
||||
backups:
|
||||
enabled: true
|
||||
provider: s3
|
||||
|
||||
Reference in New Issue
Block a user