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

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

commit 67434c49543c96bedb3e1025e01aef5869388d7d
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Oct 16 12:50:56 2024 +0800

    Revert "Delete curl in the r3-load (#190)"
    
    This reverts commit 6fe76d391269e2720bff3d3dee4479aede5beac1.
---
 deploy/platform/kubernetes/templates/feature-r3/resources.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/platform/kubernetes/templates/feature-r3/resources.yaml 
b/deploy/platform/kubernetes/templates/feature-r3/resources.yaml
index 1fb1dc9..8becfa2 100644
--- a/deploy/platform/kubernetes/templates/feature-r3/resources.yaml
+++ b/deploy/platform/kubernetes/templates/feature-r3/resources.yaml
@@ -74,7 +74,7 @@ spec:
             - 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