Skip to content

Commit b745c47

Browse files
authored
feat(helm): expose controller replica count as configurable value (llm-d#909)
Signed-off-by: Vivek Karunai Kiri Ragavan <vkarunai@redhat.com>
1 parent d95d94e commit b745c47

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

charts/workload-variant-autoscaler/templates/manager/wva-deployment-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
matchLabels:
1313
control-plane: controller-manager
1414
{{- include "workload-variant-autoscaler.selectorLabels" . | nindent 6 }}
15-
replicas: 2
15+
replicas: {{ .Values.wva.replicaCount }}
1616
template:
1717
metadata:
1818
annotations:

charts/workload-variant-autoscaler/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ controller:
66

77
wva:
88
enabled: true
9+
replicaCount: 2
910

1011
image:
1112
repository: ghcr.io/llm-d/llm-d-workload-variant-autoscaler

0 commit comments

Comments
 (0)