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

zhongxjian 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 34c042bb [charts] fix dubbo-cp service endpoint
34c042bb is described below

commit 34c042bb0deb148fe1471153fd9dd7c2dc3b01cb
Author: mfordjody <[email protected]>
AuthorDate: Fri Jul 11 01:06:05 2025 +0800

    [charts] fix dubbo-cp service endpoint
---
 manifests/charts/admin/templates/service.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/charts/admin/templates/service.yaml 
b/manifests/charts/admin/templates/service.yaml
index 8466dd79..d295f69e 100644
--- a/manifests/charts/admin/templates/service.yaml
+++ b/manifests/charts/admin/templates/service.yaml
@@ -15,6 +15,6 @@ spec:
   ports:
   - name: http
     port: 8888
-    targetPort: http
+    targetPort: 8888
   selector:
     app: admin
\ No newline at end of file

Reply via email to