Skip to content

Commit df6a890

Browse files
author
emaildanwilson
committed
improve readme
1 parent abb78ee commit df6a890

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/nginx/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Creates an nginx proxy which routes traffic to different internally accessable w
44

55
### Default Routing Rules
66

7-
all requests starting with `/` -> `default` workload
8-
all requests starting with `/user` -> `user` workload
9-
all requests starting with `/health` -> 200
10-
all requests starting with `/fail` -> 502
11-
Any 5XX errors are returned the same as the custom `/fail` response.
7+
- all requests starting with `/` -> `default` workload
8+
- all requests starting with `/user` -> `user` workload
9+
- all requests starting with `/health` -> 200
10+
- all requests starting with `/fail` -> 502
11+
- Any 5XX errors are returned the same as the custom `/fail` response.
1212

1313
### Steps to run this example:
1414

1515
**HELM**
1616

17-
update the `values.yaml` file to match the configuration required.
17+
update the `values.yaml` file as needed.
1818

19-
If you change the gvc parameter, also update the GVC for the command below.
19+
If you change the `gvc` parameter, also update the GVC for the commands below.
2020

2121
```bash
2222
helm template . | cpln apply --gvc nginx-example -f -

0 commit comments

Comments
 (0)