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 fad6d6a commit d14e2d6Copy full SHA for d14e2d6
chart/templates/lws/leaderworkerset.yaml
@@ -16665,7 +16665,7 @@ metadata:
16665
name: lws-controller-manager
16666
namespace: lws-system
16667
spec:
16668
- replicas: {{ .Values.leaderWorkerSet.controller.replicaCount }}
+ replicas: {{ .Values.leaderWorkerSet.controller.replicas }}
16669
selector:
16670
matchLabels:
16671
control-plane: controller-manager
chart/values.global.yaml
@@ -26,7 +26,7 @@ backendRuntime:
26
leaderWorkerSet:
27
enabled: true
28
controller:
29
- replicaCount: 1
+ replicas: 1
30
31
prometheus:
32
# Prometheus is required to enable smart routing.
0 commit comments