Skip to content

Commit

Permalink
Merge pull request #124 from hellofresh/docs/outdate-chart-envs
Browse files Browse the repository at this point in the history
docs: Update chart ENVs
  • Loading branch information
diegomarangoni authored Apr 22, 2021
2 parents 5514f94 + 25ead3d commit 37a89a3
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 70 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ To run a LoadTest you first need to find Kangal proxy endpoint. Use this command

```shell
$ kubectl get ingress
NAME HOSTS ADDRESS PORTS AGE
kangal-openapi-ui kangal-openapi.local localhost 80 5m48s
kangal-proxy kangal-proxy.local localhost 80 5m48s
NAME HOSTS ADDRESS PORTS AGE
kangal-openapi-ui kangal-openapi-ui.example.com localhost 80 5m48s
kangal-proxy kangal-proxy.example.com localhost 80 5m48s
```

> This is assuming you have a properly configured [Ingress Controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/). If it is not the case you can use [Port Forwarding](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/).
Expand Down
2 changes: 1 addition & 1 deletion charts/kangal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- performance tests
- tests runner
name: kangal
version: 2.0.0
version: 2.0.1
home: https://github.com/hellofresh/kangal
icon: https://raw.githubusercontent.com/hellofresh/kangal/master/logo.svg
maintainers:
Expand Down
Loading

0 comments on commit 37a89a3

Please sign in to comment.