fix(authentik): scale things a little down

This commit is contained in:
JJGadgets
2023-12-26 10:32:27 +08:00
parent da3c3a8970
commit 0459e6cfdf
2 changed files with 3 additions and 3 deletions

View File

@@ -15,10 +15,10 @@ spec:
namespace: flux-system
values:
# server is in active-active, 3 replicas seems to confuse authentik
replicas: 2
replicas: 1
worker:
# workers don't need leader election, thus any size works
replicas: 3
replicas: 1
service:
port: 9000
ingress:

View File

@@ -19,7 +19,7 @@ spec:
automountServiceAccountToken: false
controller:
type: deployment
replicas: 3
replicas: 2
image:
repository: ghcr.io/goauthentik/ldap
tag: "2023.10.5@sha256:4f0722da4bd67e4bd261154556bc93d461c0b0f3784ab907c4177504140e5322"