This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 34d49e0d28 remove WORKER_GROUP conf in values.yaml (#13718)
34d49e0d28 is described below

commit 34d49e0d2835b0548cf4aca0bca79426c3e88382
Author: Aaron Wang <[email protected]>
AuthorDate: Fri Mar 10 15:12:06 2023 +0800

    remove WORKER_GROUP conf in values.yaml (#13718)
---
 deploy/kubernetes/dolphinscheduler/values.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml 
b/deploy/kubernetes/dolphinscheduler/values.yaml
index 20527f9e39..360ff684b7 100644
--- a/deploy/kubernetes/dolphinscheduler/values.yaml
+++ b/deploy/kubernetes/dolphinscheduler/values.yaml
@@ -382,14 +382,12 @@ worker:
       storageClassName: "-"
       storage: "20Gi"
   env:
-    WORKER_GROUPS_0: default
     WORKER_MAX_CPU_LOAD_AVG: "-1"
     WORKER_RESERVED_MEMORY: "0.3"
     WORKER_EXEC_THREADS: "100"
     WORKER_HEARTBEAT_INTERVAL: "10s"
     WORKER_HEART_ERROR_THRESHOLD: "5"
     WORKER_HOST_WEIGHT: "100"
-    WORKER_GROUPS: "default"
   keda:
     enabled: false
     namespaceLabels: { }

Reply via email to