mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
fix(authentik): scale things a little down
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user