This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
commit db1815eb3e397bbf4d0faac9e64137bed616eaf5 Merge: 2fced371 b7299ae5 Author: Ken Liu <[email protected]> AuthorDate: Mon Jun 24 10:54:18 2024 +0800 Merge pull request #306 from yin1999/helm-init-zookeeper feat(dubboctl): add dubbo-cp k8s service support deploy/addons/values-zookeeper.yaml | 2 - deploy/charts/admin/Chart.yaml | 6 -- deploy/charts/admin/charts/zookeeper-12.5.1.tgz | Bin 45323 -> 0 bytes .../charts/admin/templates/admin/admin-cert.yaml | 50 +++++++++++++++ .../admin/templates/admin/admin-configmap.yaml | 33 ++++++++++ deploy/charts/admin/templates/admin/admin-dep.yaml | 69 +++++++++++++++------ deploy/charts/admin/templates/admin/admin-np.yaml | 2 +- deploy/charts/admin/templates/admin/admin-pdb.yaml | 3 +- deploy/charts/admin/templates/admin/admin-pvc.yaml | 2 +- deploy/charts/admin/templates/admin/admin-sts.yaml | 2 +- deploy/charts/admin/templates/admin/admin-svc.yaml | 28 +++++---- deploy/charts/admin/templates/custom/_labels.tpl | 3 + deploy/charts/admin/templates/custom/_services.tpl | 18 +++++- .../charts/admin/templates/register/zk/zk-sts.yaml | 4 +- deploy/charts/admin/values.yaml | 64 +++++++++---------- deploy/kubernetes/dubbo-admin.yaml | 64 ------------------- deploy/profiles/default.yaml | 4 -- deploy/profiles/demo.yaml | 22 ------- go.mod | 1 + go.sum | 2 + pkg/admin/server/server.go | 6 ++ pkg/config/admin/config.go | 2 +- pkg/config/app/dubbo-cp/config.go | 20 +++--- pkg/config/app/dubboctl/proxy_config.go | 66 ++++++++++---------- pkg/config/core/resources/store/config.go | 34 +++++++--- pkg/config/diagnostics/config.go | 2 +- pkg/config/dp-server/config.go | 36 +++++------ pkg/config/eventbus/config.go | 2 +- pkg/config/loader.go | 12 ++-- pkg/config/multizone/dds.go | 46 +++++++------- pkg/config/multizone/multicluster.go | 6 +- pkg/config/plugins/resources/k8s/config.go | 2 +- pkg/config/plugins/resources/zookeeper/config.go | 4 +- pkg/config/plugins/runtime/k8s/config.go | 44 ++++++------- pkg/config/xds/bootstrap/config.go | 14 ++--- pkg/config/xds/config.go | 10 +-- Dockerfile => tools/releases/Dockerfile | 34 +++++----- .../releases/Dockerfile.dockerignore | 18 ++---- 38 files changed, 395 insertions(+), 342 deletions(-)
