We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14174d6 commit b58e605Copy full SHA for b58e605
chart/templates/lws/leaderworkerset.yaml
@@ -16667,7 +16667,7 @@ metadata:
16667
name: lws-controller-manager
16668
namespace: {{ .Values.leaderWorkerSet.namespace | default "lws-system" }}
16669
spec:
16670
- replicas: 2
+ replicas: {{ .Values.leaderWorkerSet.controller.replicas }}
16671
selector:
16672
matchLabels:
16673
control-plane: controller-manager
chart/values.global.yaml
@@ -26,6 +26,8 @@ backendRuntime:
26
leaderWorkerSet:
27
enabled: true
28
namespace: "llmaz-system"
29
+ controller:
30
+ replicas: 1
31
32
prometheus:
33
# Prometheus is required to enable smart routing.
0 commit comments