Skip to content

Commit

Permalink
Delete curl in the r3-load (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Oct 11, 2024
1 parent e2dea8a commit 6fe76d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6fe76d3

Please sign in to comment.