Allow to use more Dex replicas

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2021-08-18 12:24:54 +02:00
parent b170f61fd9
commit d980d0fb28
No known key found for this signature in database
GPG key ID: B147517F4051E6ED
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -218,6 +218,8 @@ dex:
enabled: true
name: dex-server
replicas: 1
metrics:
enabled: false
service: