Skip to content
Snippets Groups Projects
Commit 3c4cbf13 authored by Manuel Cintron's avatar Manuel Cintron Committed by Kubernetes Prow Robot
Browse files

Adding ability to override dashboard replica count (#4344)

parent fd2c47b5
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ netchecker_server_group: 1000 ...@@ -37,6 +37,7 @@ netchecker_server_group: 1000
# Dashboard # Dashboard
dashboard_enabled: true dashboard_enabled: true
dashboard_replicas: 1
# Limits for dashboard # Limits for dashboard
dashboard_cpu_limit: 100m dashboard_cpu_limit: 100m
......
...@@ -130,7 +130,7 @@ metadata: ...@@ -130,7 +130,7 @@ metadata:
name: kubernetes-dashboard name: kubernetes-dashboard
namespace: kube-system namespace: kube-system
spec: spec:
replicas: 1 replicas: {{ dashboard_replicas }}
revisionHistoryLimit: 10 revisionHistoryLimit: 10
selector: selector:
matchLabels: matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment