Allow to use more Dex replicas
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
b170f61fd9
commit
d980d0fb28
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.dex.name) | nindent 6 }}
|
||||
revisionHistoryLimit: 5
|
||||
replicas: {{ .Values.dex.replicas }}
|
||||
template:
|
||||
metadata:
|
||||
{{- if .Values.dex.podAnnotations }}
|
||||
|
|
|
@ -218,6 +218,8 @@ dex:
|
|||
enabled: true
|
||||
name: dex-server
|
||||
|
||||
replicas: 1
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
service:
|
||||
|
|
Loading…
Reference in a new issue