Make server component replicas configurable (#225)
The official Argo-CD HA manifests do not scale the dex server or the application controller past 1 because they still have local caches and cannot support more than one pod at a time Signed-off-by: Carson Anderson <ca@carsonoid.net>
This commit is contained in:
parent
6c6564e302
commit
209bd150cc
4 changed files with 7 additions and 3 deletions
|
|
@ -268,6 +268,8 @@ redis:
|
|||
server:
|
||||
name: server
|
||||
|
||||
replicas: 1
|
||||
|
||||
image:
|
||||
repository: # argoproj/argocd
|
||||
tag: # v1.4.2
|
||||
|
|
@ -509,6 +511,8 @@ server:
|
|||
repoServer:
|
||||
name: repo-server
|
||||
|
||||
replicas: 1
|
||||
|
||||
image:
|
||||
repository: # argoproj/argocd
|
||||
tag: # v1.4.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue