reduce authentik replicas

This commit is contained in:
Michael Thomson
2023-12-19 17:00:59 -05:00
parent c18b630e72
commit e6945e432d

View File

@@ -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