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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/main by this push:
     new 18b2df8  Revert #190 and #189 (#192)
18b2df8 is described below

commit 18b2df8b650acac26a550acd3345aaa9c7979f27
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Oct 16 12:53:25 2024 +0800

    Revert #190 and #189 (#192)
---
 deploy/platform/kubernetes/templates/feature-r3/resources.yaml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/deploy/platform/kubernetes/templates/feature-r3/resources.yaml 
b/deploy/platform/kubernetes/templates/feature-r3/resources.yaml
index ef147cc..8becfa2 100644
--- a/deploy/platform/kubernetes/templates/feature-r3/resources.yaml
+++ b/deploy/platform/kubernetes/templates/feature-r3/resources.yaml
@@ -69,15 +69,12 @@ spec:
     spec:
       template:
         spec:
-          metadata:
-            annotations:
-              sidecar.istio.io/inject: "false"
           shareProcessNamespace: true
           containers:
             - name: r3-load
               image: curlimages/curl
               command: ["/bin/sh"]
-              args: ["-c", "for i in $(seq 1 200); do curl 
http://rating/songs/$i/reviews/$((i+1)); sleep 1; done;"]
+              args: ["-c", "for i in $(seq 1 200); do curl 
http://rating/songs/$i/reviews/$((i+1)); sleep 1; done; curl -X POST 
http://localhost:15000/quitquitquit;";]
               securityContext:
                 capabilities:
                   add:

Reply via email to