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

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new bdc2f9f1 Update README.md
bdc2f9f1 is described below

commit bdc2f9f1b92e2d5f6d02ba05b424de38f787ff66
Author: Ken Liu <ken.lj...@gmail.com>
AuthorDate: Sun Jan 21 16:09:21 2024 +0800

    Update README.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c969d1f2..7ad2be09 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,7 @@ The Dubbo Kubernetes Integration
       type: ClusterIP
       ports:
         - name: port1
-          protocol: TCP
-          appProtocol: http
+          protocol: http
           port: 80
           targetPort: 8080
     ---
@@ -66,7 +65,8 @@ The Dubbo Kubernetes Integration
         metadata:
           ...
           labels:
-            dubbo.apache.org/sidecar-injection: enabled
+            app: dubbo-demo
+            dubbo.apache.org/service: dubbo-demo
         spec:
           containers:
             ...

Reply via email to