mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
reduce authentik replicas
This commit is contained in:
@@ -17,7 +17,7 @@ spec:
|
|||||||
releaseName: authentik
|
releaseName: authentik
|
||||||
values:
|
values:
|
||||||
# -- Server replicas
|
# -- Server replicas
|
||||||
replicas: 2
|
replicas: 1
|
||||||
# -- Custom priority class for different treatment by the scheduler
|
# -- Custom priority class for different treatment by the scheduler
|
||||||
priorityClassName:
|
priorityClassName:
|
||||||
# -- server securityContext
|
# -- server securityContext
|
||||||
@@ -33,7 +33,7 @@ spec:
|
|||||||
|
|
||||||
worker:
|
worker:
|
||||||
# -- worker replicas
|
# -- worker replicas
|
||||||
replicas: 2
|
replicas: 1
|
||||||
# -- Custom priority class for different treatment by the scheduler
|
# -- Custom priority class for different treatment by the scheduler
|
||||||
priorityClassName:
|
priorityClassName:
|
||||||
# -- worker securityContext
|
# -- worker securityContext
|
||||||
|
|||||||
Reference in New Issue
Block a user