ovpn-admin
ovpn-admin copied to clipboard
Helm chart support
Thanks for awesome web dashboard for managing open-vpn profiles Do you have any plans to add Helm chart, so one can install it directly into kubernetes cluster?
I've adopted stable/openvpn chart locally but #37 is blocking from further development, coz i cant specify custom templates
Hi @wzooff! #37 is now merged, so your help is most welcome :+1:
Hi @shurup
Because of the existing chart doing most of the configuration for the openvpn image, I didn't use your image, with integrated scripts for configuration. That's why it can't provide some functionality such as:
- master slave sync
- openvpn-user
- detecting cloud lb (need to configure service role)
- ..
Anyway, it's already successfully working in my dev env :) so you can check draft here I dont know how to properly move it to this repo (file structure). I see that flant already have repo for charts
A Helm chart example was introduced in b26d0968e1afa453eaa672f86467f00bf1d1e721; you can find it in the helm/ directory.