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:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.dex.name) | nindent 6 }}
|
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.dex.name) | nindent 6 }}
|
||||||
|
revisionHistoryLimit: 5
|
||||||
|
replicas: {{ .Values.dex.replicas }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
{{- if .Values.dex.podAnnotations }}
|
{{- if .Values.dex.podAnnotations }}
|
||||||
|
|
|
@ -218,6 +218,8 @@ dex:
|
||||||
enabled: true
|
enabled: true
|
||||||
name: dex-server
|
name: dex-server
|
||||||
|
|
||||||
|
replicas: 1
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in a new issue