k9s/internal/config/testdata/b_toast.yaml

17 lines
365 B
YAML

benchmarks:
service:
- default/nginx:
concurrency: 1
http:
requests: 100
http2: true
method: GET
url: http://35.224.16.201/
body: |-
{"fred": "blee"}
headers:
- "Accept: text/html"
- "Content-Type: application/json"
auth:
user: "fred"
password: "blee"