This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
from 2fced371 Merge pull request #304 from Yan0613/master
add 003f1a61 feat(dubboctl): add dubbo-cp k8s service support
add a2ea9bd9 feat: convert environment variable names to upper case
add b7299ae5 fix: correct the label of zookeeper
new db1815eb Merge pull request #306 from yin1999/helm-init-zookeeper
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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 | 9 ++-
38 files changed, 395 insertions(+), 333 deletions(-)
delete mode 100644 deploy/charts/admin/charts/zookeeper-12.5.1.tgz
create mode 100644 deploy/charts/admin/templates/admin/admin-cert.yaml
create mode 100644 deploy/charts/admin/templates/admin/admin-configmap.yaml
rename Dockerfile => tools/releases/Dockerfile (74%)
copy ui/.dockerignore => tools/releases/Dockerfile.dockerignore (94%)