Skip to content

Commit dc73c89

Browse files
Merge pull request #168 from qinguoyi/feat-deploy-any-ns
chore:update leader-elect chart config
2 parents ace3346 + ab0c7c2 commit dc73c89

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

chart/values.global.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
fullnameOverride: "llmaz"
22

33
backendRuntime:
4-
enabled: true
4+
enabled: true
5+
6+
controllerManager:
7+
manager:
8+
args:
9+
- --health-probe-bind-address=:8081
10+
- --metrics-bind-address=127.0.0.1:8080
11+
- --leader-elect
12+
replicas: 1

0 commit comments

Comments
 (0)