Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
update the deployment url of Kong (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
donhui authored Oct 1, 2020
1 parent 9785423 commit 71df772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/http-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can deploy a Nginx Ingress controller manually (it is the same controller th

### Kong Ingress

[Kong](https://getkong.org) have an Ingress controller that can be used to expose functions and secure them. You can check the deployment instructions in [their repository](https://github.com/Kong/kubernetes-ingress-controller/blob/master/deploy/README.md). Once Kong is deployed you should be able to see the controller in the `kong` namespace:
[Kong](https://getkong.org) have an Ingress controller that can be used to expose functions and secure them. You can check the deployment instructions in [their repository](https://github.com/Kong/kubernetes-ingress-controller/tree/master/docs/deployment). Once Kong is deployed you should be able to see the controller in the `kong` namespace:

```console
kubectl get pods -n kong
Expand Down

0 comments on commit 71df772

Please sign in to comment.