From 9be32979f4f2b278df97ef3010199f7d37fadae4 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 24 Nov 2024 01:12:57 +0100 Subject: [PATCH] Increased the number of replicas --- apps/authelia/release.yaml | 2 ++ apps/lldap/deployment.yaml | 2 +- apps/whoami.yaml | 2 +- common/dragonflydb/database.yaml | 2 +- common/postgres/database.yaml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/authelia/release.yaml b/apps/authelia/release.yaml index d40b373..5bd7347 100644 --- a/apps/authelia/release.yaml +++ b/apps/authelia/release.yaml @@ -13,6 +13,8 @@ spec: version: 0.9.9 interval: 15m values: + pod: + replicas: 2 ingress: enabled: true tls: diff --git a/apps/lldap/deployment.yaml b/apps/lldap/deployment.yaml index b8b55b2..4c588b5 100644 --- a/apps/lldap/deployment.yaml +++ b/apps/lldap/deployment.yaml @@ -8,7 +8,7 @@ metadata: app: lldap name: lldap spec: - replicas: 1 + replicas: 2 selector: matchLabels: app: lldap diff --git a/apps/whoami.yaml b/apps/whoami.yaml index e87706f..5f68745 100644 --- a/apps/whoami.yaml +++ b/apps/whoami.yaml @@ -7,7 +7,7 @@ metadata: app: whoami spec: - replicas: 1 + replicas: 2 selector: matchLabels: app: whoami diff --git a/common/dragonflydb/database.yaml b/common/dragonflydb/database.yaml index b16056d..135ac6c 100644 --- a/common/dragonflydb/database.yaml +++ b/common/dragonflydb/database.yaml @@ -5,7 +5,7 @@ metadata: app: dragonflydb name: dragonflydb spec: - replicas: 1 + replicas: 2 resources: requests: cpu: 500m diff --git a/common/postgres/database.yaml b/common/postgres/database.yaml index 5fe0ba1..29dd71b 100644 --- a/common/postgres/database.yaml +++ b/common/postgres/database.yaml @@ -17,7 +17,7 @@ spec: type: postgresql mode: standalone cluster: - instances: 1 + instances: 2 backups: enabled: true provider: s3