Ver código fonte

Fix https://github.com/apache/dolphinscheduler/issues/8602 (#8604)

simsicon 3 anos atrás
pai
commit
a38adcb579
1 arquivos alterados com 6 adições e 7 exclusões
  1. 6 7
      deploy/kubernetes/dolphinscheduler/values.yaml

+ 6 - 7
deploy/kubernetes/dolphinscheduler/values.yaml

@@ -49,7 +49,7 @@ externalDatabase:
   database: "dolphinscheduler"
   params: "characterEncoding=utf8"
 
-## If not exists external zookeeper, by default, Dolphinscheduler's zookeeper will use it.
+## If not exists external registry, the zookeeper registry will be used by default.
 zookeeper:
   enabled: true
   fourlwCommandsWhitelist: "srvr,ruok,wchs,cons"
@@ -57,13 +57,12 @@ zookeeper:
     enabled: false
     size: "20Gi"
     storageClass: "-"
-  zookeeperRoot: "/dolphinscheduler"
 
-## If exists external zookeeper, and set zookeeper.enable value to false.
-## If zookeeper.enable is false, Dolphinscheduler's zookeeper will use it.
-externalZookeeper:
-  zookeeperQuorum: "127.0.0.1:2181"
-  zookeeperRoot: "/dolphinscheduler"
+## If exists external registry and set zookeeper.enable value to false, the external registry will be used.
+externalRegistry:
+  registryPluginDir: "lib/plugin/registry"
+  registryPluginName: "zookeeper"
+  registryServers: "127.0.0.1:2181"
 
 common:
   ## Configmap