From e6945e432d76f76883dd6234e0bb1cea61b5ad9d Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 19 Dec 2023 17:00:59 -0500 Subject: [PATCH] reduce authentik replicas --- authentik/helmrelease-authentik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/helmrelease-authentik.yaml b/authentik/helmrelease-authentik.yaml index 673a9d8..4ffcb0f 100644 --- a/authentik/helmrelease-authentik.yaml +++ b/authentik/helmrelease-authentik.yaml @@ -17,7 +17,7 @@ spec: releaseName: authentik values: # -- Server replicas - replicas: 2 + replicas: 1 # -- Custom priority class for different treatment by the scheduler priorityClassName: # -- server securityContext @@ -33,7 +33,7 @@ spec: worker: # -- worker replicas - replicas: 2 + replicas: 1 # -- Custom priority class for different treatment by the scheduler priorityClassName: # -- worker securityContext