feat: remove deployment type config (#13807)

* feat: deployemnt type merged load nacos console path tip filter

* feat: deployemnt type merged load nacos console path tip filter

* feat: remove nacos.deployment.type config (https://github.com/alibaba/nacos/issues/13790)
This commit is contained in:
cxhello 2025-09-15 20:13:51 +08:00 committed by GitHub
parent 2bec72f492
commit eda2fabb5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 13 deletions

View File

@ -307,15 +307,9 @@ nacos.k8s.sync.enabled=false
#nacos.k8s.sync.outsideCluster=false
#nacos.k8s.sync.kubeConfig=/.kube/config
#*************** Deployment Type Configuration ***************#
### Sets the deployment type: 'merged' for joint deployment, 'server' for separate deployment server only, 'console' for separate deployment console only.
nacos.deployment.type=merged
#*************** Fuzzy Watch Configuration ***************#
nacos.config.fuzzy.watch.max.pattern.count=20
nacos.config.fuzzy.watch.max.pattern.match.config.count=500
nacos.naming.fuzzy.watch.max.pattern.count=20
nacos.naming.fuzzy.watch.max.pattern.match.service.count=500
nacos.naming.fuzzy.watch.max.pattern.match.service.count=500

View File

@ -304,9 +304,4 @@ nacos.k8s.sync.enabled=false
### If use the Java API from an application outside a kubernetes cluster
#nacos.k8s.sync.outsideCluster=false
#nacos.k8s.sync.kubeConfig=/.kube/config
#*************** Deployment Type Configuration ***************#
### Sets the deployment type: 'merged' for joint deployment, 'server' for separate deployment server only, 'console' for separate deployment console only.
nacos.deployment.type=merged
#nacos.k8s.sync.kubeConfig=/.kube/config