You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/09/13 03:18:23 UTC

[shardingsphere-on-cloud] branch main updated: chore(values): support proxy-frontend-database-protocol-type in props

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


The following commit(s) were added to refs/heads/main by this push:
     new 189fcc5  chore(values): support proxy-frontend-database-protocol-type in props
     new 6ecef0f  Merge pull request #58 from windghoul/values
189fcc5 is described below

commit 189fcc555cae7f8e92848dd1c0e1901cfb853c0f
Author: windghoul <wi...@gmail.com>
AuthorDate: Tue Sep 13 11:14:47 2022 +0800

    chore(values): support proxy-frontend-database-protocol-type in props
    
    Signed-off-by: windghoul <wi...@gmail.com>
---
 charts/shardingsphere-proxy/values.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/charts/shardingsphere-proxy/values.yaml b/charts/shardingsphere-proxy/values.yaml
index a02183f..77eed7c 100644
--- a/charts/shardingsphere-proxy/values.yaml
+++ b/charts/shardingsphere-proxy/values.yaml
@@ -138,6 +138,7 @@ compute:
     ## @param compute.serverConfig.mode.repository.props.operationTimeoutMilliseconds Milliseconds of operation timeout
     ## @param compute.serverConfig.mode.repository.props.retryIntervalMilliseconds Milliseconds of retry interval
     ## @param compute.serverConfig.mode.repository.props.timeToLiveSeconds Seconds of ephemeral data live
+    ## @param compute.serverConfig.mode.repository.props.proxy-frontend-database-protocol-type proxy frontend database protocol type. Only support: PostgreSQL,openGauss,MariaDB,MySQL
     ## @param compute.serverConfig.mode.repository.type Type of persist repository. Now only support ZooKeeper
     ## @param compute.serverConfig.mode.overwrite Whether overwrite persistent configuration with local configuration
     ##
@@ -152,4 +153,5 @@ compute:
           retryIntervalMilliseconds: 500
           server-lists: "{{ printf \"%s-zookeeper.%s:2181\" .Release.Name .Release.Namespace }}"
           timeToLiveSeconds: 60
+          proxy-frontend-database-protocol-type: MySQL
       overwrite: true