pieterlange / kube-openvpn

:closed_lock_with_key: Kubernetes native OpenVPN
MIT License
383 stars 57 forks source link

How to use nginx ingress to expose the openvpn service? #62

Closed leeeboo closed 6 years ago

leeeboo commented 6 years ago

How to use nginx ingress to expose the openvpn service? Thanks.

pieterlange commented 6 years ago

https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/exposing-tcp-udp-services.md

leeeboo commented 6 years ago

THX