This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/release-0.1 by this push:
new c2279797 fix service endpoint
c2279797 is described below
commit c22797974569d208330ae6282dad67b1671356a4
Author: mfordjody <[email protected]>
AuthorDate: Fri Jul 11 00:56:33 2025 +0800
fix 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