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 host: redis.redis
server: server:
replicas: 3
ingress: ingress:
enabled: false enabled: false
# hosts: # 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 diun.include_tags: "^202[0-9].[0-9]+.*$" # no need to annotate the worker as it uses the same image
global: global:
addPrometheusAnnotations: true addPrometheusAnnotations: true
worker:
replicas: 3