scale authentik worker and server to 3 replicas [ci skip]
This commit is contained in:
parent
b55deac3da
commit
f5752b8745
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue