scale authentik worker and server to 3 replicas [ci skip]

This commit is contained in:
Viktor Barzin 2025-03-16 18:26:32 +00:00
parent b55deac3da
commit f5752b8745
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -12,6 +12,7 @@ authentik:
host: redis.redis
server:
replicas: 3
ingress:
enabled: false
# hosts:
@ -21,3 +22,6 @@ server:
diun.include_tags: "^202[0-9].[0-9]+.*$" # no need to annotate the worker as it uses the same image
global:
addPrometheusAnnotations: true
worker:
replicas: 3