Skip to content

Commit

Permalink
Revert #190 and #189 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Oct 16, 2024
1 parent b3092fd commit 18b2df8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 18b2df8

Please sign in to comment.