Skip to content

Commit

Permalink
Merge pull request #21 from Liquid-Reply/0xE282B0-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
0xE282B0 authored Mar 14, 2024
2 parents fe70045 + 042c6c6 commit 148d8c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions podtato-head/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ helm upgrade \

## Exercise 1: Add Logging
```sh
cagro add env-logger
cargo add env-logger
```
```rust
env_logger::init();
Expand Down Expand Up @@ -203,7 +203,7 @@ kubectl apply -f test/chaos/podchaos

Portforward the application
```sh
kubectl port-froward svc/podtato-head-entry 9000:9000
kubectl port-forward svc/podtato-head-entry 9000:9000
```

visit localhost:9000 and see the chaos in action
Expand All @@ -216,6 +216,6 @@ kubectl apply -f test/chaos/networkchaos

Portforward the application
```sh
kubectl port-froward svc/podtato-head-entry 9000:9000
kubectl port-forward svc/podtato-head-entry 9000:9000
```
visit localhost:9000 and see the chaos in action

0 comments on commit 148d8c9

Please sign in to comment.