We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95d94e commit b745c47Copy full SHA for b745c47
2 files changed
charts/workload-variant-autoscaler/templates/manager/wva-deployment-controller-manager.yaml
@@ -12,7 +12,7 @@ spec:
12
matchLabels:
13
control-plane: controller-manager
14
{{- include "workload-variant-autoscaler.selectorLabels" . | nindent 6 }}
15
- replicas: 2
+ replicas: {{ .Values.wva.replicaCount }}
16
template:
17
metadata:
18
annotations:
charts/workload-variant-autoscaler/values.yaml
@@ -6,6 +6,7 @@ controller:
6
7
wva:
8
enabled: true
9
+ replicaCount: 2
10
11
image:
repository: ghcr.io/llm-d/llm-d-workload-variant-autoscaler
0 commit comments