You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2023/06/01 07:51:54 UTC

[dubbo-samples] branch master updated: fix skywalking-oap-dashboard service port (#851)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a41643fc fix skywalking-oap-dashboard service port (#851)
a41643fc is described below

commit a41643fca6c3f1c4a424a127567cb94062b2341a
Author: Jun <10...@users.noreply.github.com>
AuthorDate: Thu Jun 1 15:51:46 2023 +0800

    fix skywalking-oap-dashboard service port (#851)
---
 10-task/dubbo-samples-shop/deploy/All.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/10-task/dubbo-samples-shop/deploy/All.yml b/10-task/dubbo-samples-shop/deploy/All.yml
index 62653aaf..84d04052 100644
--- a/10-task/dubbo-samples-shop/deploy/All.yml
+++ b/10-task/dubbo-samples-shop/deploy/All.yml
@@ -216,9 +216,9 @@ spec:
   selector:
     app: skywalking-oap-dashboard
   ports:
-    - port: 8082
+    - port: 8080
       name: http
-      targetPort: 8082
+      targetPort: 8080
 ---
 
 # App FrontEnd


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org