Skip to content

Commit 6e23b89

Browse files
author
Luis Pabon
committed
Update README
1 parent 7e9a9e5 commit 6e23b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ How you accomplish this will vary from place to place. For instance, my use case
1111
* Kubernetes
1212
* Kong docker (not kong-ingress)
1313

14-
I have a `LoadBalancer` service pushing traffic into Kong from the outside world. Kong's deployment contains one pod with two containers: Kong (responding on SSL only) and SSL Redirect (responding on HTTP).
14+
I have a `LoadBalancer` service pushing traffic into Kong from the outside world. Kong's deployment contains one pod with two containers: Kong and SSL Redirect. The `LoadBalancer` service simply binds its port 80 to wherever you configure SSL redirect to.
1515

1616
## Whyyyyy
1717
I made this little container to get around Kong's inability to upgrade HTTP connections to HTTPS - there are third party plugins for this, but since I run Kong in Kubernetes there's no easy way to add these plugins without needing to re-build the containers and publish them to a container registry.

0 commit comments

Comments
 (0)