tree: 78c7cf2da58e86d5ef8cdf9ea02b452eecbd8530 [path history] [tgz]
  1. files/
  2. templates/
  3. .helmignore
  4. Chart.yaml
  5. README.md
  6. README.md.gotmpl
  7. values.schema.json
  8. values.yaml
manifests/charts/admin/README.md

Admin

license Helm: v3

Values

Dubbo

KeyDescriptionDefault
deployTypeDefine the deployment mode for Admin.Deployment
auth.enabledAuth Status for Admin Control Plane.true
auth.authorization.actionDefine the Authorization Action for Admin Control Plane.DENY
auth.authorization.matchTypeDefine the Authorization MatchType for Admin Control Plane.anyMatch
auth.authorization.samplesDefine the rule sampling rate for Authorization the Admin Control Plane.0
auth.authentication.actionDefine the Authentication Action for Admin Control Plane.STRICT
auth.authentication.portDefine the port number for applying the Authentication Policy for the Admin Control Plane.8080
traffic.enabledTraffic Status for Admin Control Plane.true
traffic.conditionRoute.scopeSupports service and application scope rules.service
traffic.conditionRoute.enabledWhether enable this rule or not, set enabled:false to disable this ruletrue
traffic.conditionRoute.forceThe behaviour when the instance subset is empty after routing.true
traffic.conditionRoute.runtimeWhether run routing rule for every rpc invocation or use routing cache if available.true
traffic.conditionRoute.prioritySpecify the specific priority for traffic.100
traffic.conditionRoute.configVersionThe version of the condition rule definition, currently available version is v3.0.v3.0
traffic.conditionRoute.keyThe identifier of the target service or application that this rule is about to apply to.org.apache.dubbo.samples.CommentService
traffic.conditionRoute.conditionsThe condition routing rule definition of this configuration. Check Condition for details.method=getComment => region=Hangzhou
traffic.dynamicConfig.scopeSupports service and application scope rules.service
traffic.dynamicConfig.configVersionThe version of the tag rule definition, currently available version is v3.0.v3.0
traffic.dynamicConfig.keyThe identifier of the target service or application that this rule is about to apply to.org.apache.dubbo.samples.UserService
traffic.dynamicConfig.sideEspecially useful when scope:service is set.consumer
traffic.dynamicConfig.exactThe application matching condition for this config rule to take effect.shop-frontend
traffic.tagRoute.nameThe name of the tag used to match the dubbo tag value in the request context.gray
traffic.tagRoute.enabledWhether enable this rule or not, set enabled:false to disable this rule.false
traffic.tagRoute.forceThe behaviour when the instance subset is empty after routing.true
traffic.tagRoute.configVersionThe version of the tag rule definition, currently available version is v3.0.v3.0
traffic.tagRoute.prioritySpecify the specific priority for traffic.99
traffic.tagRoute.keyThe identifier of the target application that this rule is about to control.details

ZooKeeper

KeyDescriptionDefault
zookeeper.enabledZooKeeper Status for Admin.true
zookeeper.dataLogDirDedicated data log directory.""
zookeeper.tickTimeBasic time unit (in milliseconds) used by ZooKeeper for heartbeats.2000
zookeeper.initLimitZooKeeper uses to limit the length of time the ZooKeeper servers in quorum have to connect to a leader.10
zookeeper.syncLimitHow far out of date a server can be from a leader.5
zookeeper.preAllocSizeBlock size for transaction log file.65536
zookeeper.snapCountThe number of transactions recorded in the transaction log before a snapshot can be taken (and the transaction log rolled).100000
zookeeper.fourlwCommandsWhitelistA list of comma separated Four Letter Words commands that can be executed.srvr, mntr, ruok
zookeeper.listenOnAllIPsAllow ZooKeeper to listen for connections from its peers on all available IP addresses.false
zookeeper.autopurge.snapRetainCountThe most recent snapshots amount (and corresponding transaction logs) to retain.3
zookeeper.autopurge.purgeIntervalThe time interval (in hours) for which the purge task has to be triggered.0
zookeeper.maxClientCnxnsLimits the number of concurrent connections that a single client may make to a single member of the ZooKeeper ensemble.60
zookeeper.maxSessionTimeoutMaximum session timeout (in milliseconds) that the server will allow the client to negotiate.40000
zookeeper.heapSizeSize (in MB) for the Java Heap options (Xmx and Xms).1024
zookeeper.logLevelLog level for the ZooKeeper server. ERROR by default.ERROR
zookeeper.auth.client.enabledEnable ZooKeeper client-server authentication. It uses SASL/Digest-MD5.false
zookeeper.auth.client.clientUserUser that will use ZooKeeper clients to auth.""
zookeeper.auth.client.clientPasswordPassword that will use ZooKeeper clients to auth.""
zookeeper.auth.client.serverUsersComma, semicolon or whitespace separated list of user to be created.""
zookeeper.auth.client.serverPasswordsComma, semicolon or whitespace separated list of passwords to assign to users when created.""
zookeeper.auth.client.existingSecretUse existing secret (ignores previous passwords).""
zookeeper.auth.quorum.enabledEnable ZooKeeper server-server authentication. It uses SASL/Digest-MD5.false
zookeeper.auth.quorum.learnerUserUser that the ZooKeeper quorumLearner will use to authenticate to quorumServers.""
zookeeper.auth.quorum.learnerPasswordPassword that the ZooKeeper quorumLearner will use to authenticate to quorumServers.""
zookeeper.auth.quorum.serverUsersComma, semicolon or whitespace separated list of users for the quorumServers.""
zookeeper.auth.quorum.serverPasswordsComma, semicolon or whitespace separated list of passwords to assign to users when created.""
zookeeper.auth.quorum.existingSecretUse existing secret (ignores previous passwords).""

Nacos

KeyDescriptionDefault
nacos.enabledNacos Status for Admin.false
nacos.modeRun Mode standalone or cluster.standalone
nacos.clusterDomainCluster Domain Suffix for Nacos.cluster.local
nacos.plugin.enabledPlugin Status for Nacos.true
nacos.plugin.image.registryPlugin Image Name for Nacos.nacos/nacos-peer-finder-plugin
nacos.plugin.image.tagPlugin Version Tag for Nacos.1.1
nacos.plugin.image.pullPolicyPlugin Pull Policy for Nacos.IfNotPresent
nacos.serverPortDefine the service port for the Nacos.8848
nacos.preferhostmodeEnable Nacos cluster node domain name support~
nacos.storage.typeNacos data storage method mysql or embedded. The embedded supports either standalone or cluster mode.embedded
nacos.storage.db.hostSpecify the database host for Nacos storing configuration data.localhost
nacos.storage.db.nameSpecify the database name for Nacos storing configuration data.nacos
nacos.storage.db.portSpecify the database port for Nacos storing configuration data.3306
nacos.storage.db.usernameSpecify the database username for Nacos storing configuration data.mysql
nacos.storage.db.passwordSpecify the database password for Nacos storing configuration data.passw0rd
nacos.storage.db.paramSpecify the database url parameter for Nacos storing configuration data.characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false