This is an automated email from the ASF dual-hosted git repository.
liuhan 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 6fe76d3 Delete curl in the r3-load (#190)
6fe76d3 is described below
commit 6fe76d391269e2720bff3d3dee4479aede5beac1
Author: mrproliu <[email protected]>
AuthorDate: Fri Oct 11 21:03:38 2024 +0800
Delete curl in the r3-load (#190)
---
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 23e8396..ef147cc 100644
--- a/deploy/platform/kubernetes/templates/feature-r3/resources.yaml
+++ b/deploy/platform/kubernetes/templates/feature-r3/resources.yaml
@@ -77,7 +77,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; curl -X POST
http://localhost:15000/quitquitquit;"]
+ args: ["-c", "for i in $(seq 1 200); do curl
http://rating/songs/$i/reviews/$((i+1)); sleep 1; done;"]
securityContext:
capabilities:
add: