feat(argo-rollouts): Add replicas option to dashboard (#1286)

* feat(argo-rollouts): Add replicas option to dashboard

Signed-off-by: Vlad Voloshyn <vladvoloshyn12@gmail.com>

* Update README

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Vlad Voloshyn 2022-05-23 08:05:11 +03:00 committed by GitHub
parent 0682a7e8ee
commit c7b3331d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View file

@ -148,6 +148,8 @@ dashboard:
affinity: {}
# -- [priorityClassName] for the dashboard server
priorityClassName: ""
# -- The number of dashboard pods to run
replicas: 1
image:
# -- Registry to use
registry: quay.io