Adding ability to override dashboard replica count (#4344)

This commit is contained in:
Manuel Cintron 2019-03-13 15:58:25 -05:00 committed by Kubernetes Prow Robot
parent fd2c47b56a
commit 3c4cbf133e
2 changed files with 2 additions and 1 deletions

View file

@ -37,6 +37,7 @@ netchecker_server_group: 1000
# Dashboard
dashboard_enabled: true
dashboard_replicas: 1
# Limits for dashboard
dashboard_cpu_limit: 100m

View file

@ -130,7 +130,7 @@ metadata:
name: kubernetes-dashboard
namespace: kube-system
spec:
replicas: 1
replicas: {{ dashboard_replicas }}
revisionHistoryLimit: 10
selector:
matchLabels: