ovpn-admin icon indicating copy to clipboard operation
ovpn-admin copied to clipboard

Helm chart support

Open fletcherist opened this issue 3 years ago • 3 comments

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?

fletcherist avatar Jun 21 '21 21:06 fletcherist

I've adopted stable/openvpn chart locally but #37 is blocking from further development, coz i cant specify custom templates

wzooff avatar Aug 16 '21 13:08 wzooff

Hi @wzooff! #37 is now merged, so your help is most welcome :+1:

shurup avatar Oct 19 '21 06:10 shurup

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

wzooff avatar Oct 19 '21 21:10 wzooff

A Helm chart example was introduced in b26d0968e1afa453eaa672f86467f00bf1d1e721; you can find it in the helm/ directory.

shurup avatar Sep 05 '22 13:09 shurup