tree: 3db91d8e6a096035d2734ee6eb2a8b828b62bce9 [path history] [tgz]
  1. charts/
  2. templates/
  3. Chart.yaml
  4. LICENSE
  5. NOTICE
  6. README.md
  7. values.yaml
charts/apache-shardingsphere-proxy-charts/README.md

Apache ShardingSphere-Proxy Charts

This Chart is used to quickly install ShardingSphere-Proxy Cluster without ShardingSphere-Operator.

Install

Use the following command to install:

helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud
helm repo update
helm install [RELEASE_NAME] shardingsphere/apache-shardingsphere-proxy-charts --version 0.3.0

Uninstall

Use the following command to uninstall:

helm unstall [RELEASE_NAME]

Parameters

Governance-Node parameters

NameDescriptionValue
governance.enabledSwitch to enable or disable the governance helm charttrue

Governance-Node ZooKeeper parameters

NameDescriptionValue
governance.zookeeper.enabledSwitch to enable or disable the ZooKeeper helm charttrue
governance.zookeeper.replicaCountNumber of ZooKeeper nodes1
governance.zookeeper.persistence.enabledEnable persistence on ZooKeeper using PVC(s)false
governance.zookeeper.persistence.storageClassPersistent Volume storage class""
governance.zookeeper.persistence.accessModesPersistent Volume access modes["ReadWriteOnce"]
governance.zookeeper.persistence.sizePersistent Volume size8Gi
governance.zookeeper.resources.limitsThe resources limits for the ZooKeeper containers{}
governance.zookeeper.resources.requests.memoryThe requested memory for the ZooKeeper containers256Mi
governance.zookeeper.resources.requests.cpuThe requested cpu for the ZooKeeper containers250m

Compute-Node ShardingSphere-Proxy parameters

NameDescriptionValue
compute.image.repositoryImage name of ShardingSphere-Proxy.apache/shardingsphere-proxy
compute.image.pullPolicyThe policy for pulling ShardingSphere-Proxy imageIfNotPresent
compute.image.tagShardingSphere-Proxy image tag5.4.0
compute.imagePullSecretsSpecify docker-registry secret names as an array[]
compute.resources.limitsThe resources limits for the ShardingSphere-Proxy containers{}
compute.resources.requests.memoryThe requested memory for the ShardingSphere-Proxy containers2Gi
compute.resources.requests.cpuThe requested cpu for the ShardingSphere-Proxy containers200m
compute.replicasNumber of cluster replicas3
compute.service.typeShardingSphere-Proxy network modeClusterIP
compute.service.portShardingSphere-Proxy expose port3307
compute.mysqlConnector.versionMySQL connector version5.1.49
compute.startPortShardingSphere-Proxy start port3307
compute.serverConfigServer Configuration file for ShardingSphere-Proxy""
compute.agent.enabledswitch to enable or disable the agent metricsfalse
compute.agent.configagent Configuration file for ShardingSphere-Proxy agent""