Skip to content

Commit

Permalink
added reference to webservice source code in the documentation (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani authored May 14, 2024
1 parent fb3bbe4 commit 052f83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/service_hijacking_scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Service Hijacking Scenarios aim to simulate fake HTTP responses from a workload
This scenario is executed by deploying a custom-made web service and modifying the target `Service`
selector to direct traffic to this web service for a specified duration.

The web service will utilize a time-based test plan loaded from the scenario configuration file,
which outlines the behavior of resources during the chaos scenario, defined as follows:
The web service's source code is available [here](https://github.com/krkn-chaos/krkn-service-hijacking).
It employs a time-based test plan from the scenario configuration file, which specifies the behavior of resources during the chaos scenario as follows:

```yaml
service_target_port: http-web-svc # The port of the service to be hijacked (can be named or numeric, based on the workload and service configuration).
Expand Down

0 comments on commit 052f83e

Please sign in to comment.