Created
April 10, 2019 02:36
-
-
Save Mahito/254bd41d66833f90b59ace5dcde184b8 to your computer and use it in GitHub Desktop.
Apache Benchのデプロイ用マニフェスト
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: pumba-ab-delay | |
namespace: pumba | |
labels: | |
app: pumba-ab-delay | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: pumba-ab-delay | |
template: | |
metadata: | |
labels: | |
app: pumba-ab-delay | |
spec: | |
containers: | |
- image: jordi/ab | |
name: pumba-ab-delay | |
args: | |
- -c | |
- 100 | |
- -n | |
- "100000" | |
- "http://pumba-nginx/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment