k8s-at-home / charts

⚠️ Deprecated : Helm charts for applications you run at home
https://docs.k8s-at-home.com
Apache License 2.0
1.45k stars 623 forks source link

pod-gateway wrong default for vpn sidecar ? #1525

Closed lucacalcaterra closed 2 years ago

lucacalcaterra commented 2 years ago

Default values for openvpn sidecar are setted with openvpn port 443 and protocol UDP, seems not correct for me (usually 1194 UDP and 443 TCP) Changing network policy (in my case to honorate 1194 UDP) openvpn works .

Can you confirm me ?

Thanks

angelnu commented 2 years ago

Thanks for reporting @lucacalcaterra - it is indeed an inconsistent default so I did a PR to change it.