File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
1414spec :
1515 strategy :
1616 {{- template "seleniumGrid.updateStrategy" (list $.Values.components.router $.Values.global.seleniumGrid) }}
17- replicas : 1
17+ replicas : {{ max 1 (.Values.components.router.replicas | int) }}
1818 revisionHistoryLimit : {{ .Values.global.seleniumGrid.revisionHistoryLimit }}
1919 selector :
2020 matchLabels :
Original file line number Diff line number Diff line change @@ -476,6 +476,7 @@ components:
476476 limits :
477477 cpu : " 1"
478478 memory : " 2Gi"
479+ replicas : 1
479480 # -- SecurityContext for router container
480481 securityContext : {}
481482 # -- Kubernetes service type (see https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)
You can’t perform that action at this time.
0 commit comments