diff --git a/bootstrap/src/main/resources/application.properties b/bootstrap/src/main/resources/application.properties index bffa5fbc3a..67ea9d8619 100644 --- a/bootstrap/src/main/resources/application.properties +++ b/bootstrap/src/main/resources/application.properties @@ -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 \ No newline at end of file diff --git a/distribution/conf/application.properties b/distribution/conf/application.properties index 2314e54f2d..d0556d7f5d 100644 --- a/distribution/conf/application.properties +++ b/distribution/conf/application.properties @@ -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 \ No newline at end of file