mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-06 10:26:52 +00:00
26 lines
588 B
YAML
26 lines
588 B
YAML
jobs:
|
|
cpu_attack:
|
|
image: docker.io/luckysideburn/kubeinvaders-stress-ng:latest
|
|
command: "stress-ng"
|
|
args:
|
|
- --help
|
|
mem_attack:
|
|
image: docker.io/luckysideburn/kubeinvaders-stress-ng:latest
|
|
command: "stress-ng"
|
|
args:
|
|
- --help
|
|
experiments:
|
|
- name: cpu-attack-exp
|
|
job: cpu-attack
|
|
loop: 5
|
|
after:
|
|
check_url: https://google.it
|
|
check_payload: ''
|
|
check_tls_ignore: true
|
|
- name: mem-attack-exp
|
|
job: mem-attack
|
|
loop: 5
|
|
after:
|
|
check_url: https://google.it
|
|
check_payload: ''
|
|
check_tls_ignore: true |