This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
from da5056c Merge pull request #40 from mlycore/readme-links
new 9beb6d1 add charts of shardingsphere proxy
new 0497336 fix license check
new cb3fdbb Merge pull request #41 from mlycore/charts
The 39 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:
charts/shardingsphere-proxy/Chart.yaml | 33 +++++
LICENSE => charts/shardingsphere-proxy/LICENSE | 21 ++-
.../charts/governance/Chart.yaml | 48 +++++++
.../charts/governance/values.yaml | 48 +++++++
.../shardingsphere-proxy/templates/configmap.yaml | 55 ++++++++
.../shardingsphere-proxy/templates/deployment.yaml | 94 +++++++++++++
charts/shardingsphere-proxy/templates/service.yaml | 32 +++++
charts/shardingsphere-proxy/values.yaml | 155 +++++++++++++++++++++
8 files changed, 484 insertions(+), 2 deletions(-)
create mode 100644 charts/shardingsphere-proxy/Chart.yaml
copy LICENSE => charts/shardingsphere-proxy/LICENSE (92%)
create mode 100644 charts/shardingsphere-proxy/charts/governance/Chart.yaml
create mode 100644 charts/shardingsphere-proxy/charts/governance/values.yaml
create mode 100644 charts/shardingsphere-proxy/templates/configmap.yaml
create mode 100644 charts/shardingsphere-proxy/templates/deployment.yaml
create mode 100644 charts/shardingsphere-proxy/templates/service.yaml
create mode 100644 charts/shardingsphere-proxy/values.yaml