Set default replicaCount to 3

Set default replicaCount to 3, as is the default in upstream portieris.
This should increase resilience if one pod goes down, and improve concurrency.

The replica count can also be overridden with the following command:
  system helm-override-update portieris portieris portieris --set replicaCount=1

Story: 2007348
Task: 39597
Change-Id: I0dec645cf1896e2bfa4f9a5c6dfd8417487712af
Signed-off-by: Joseph Richard <joseph.richard@windriver.com>
This commit is contained in:
Joseph Richard 2020-08-04 12:10:42 -04:00
parent fa9574c146
commit b6305cf4f5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ data:
reference: master reference: master
dependencies: [] dependencies: []
values: values:
replicaCount: 1 replicaCount: 3
namespace: portieris namespace: portieris
images: images:
tags: tags: