Maksim Nabokikh 1191bf7f9d
Add workflows for the chart to CI (#302)
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-04 07:24:24 +01:00

2.0 KiB

openvpn-admin

Version: 0.0.1 AppVersion: 2.0.2

Simple web UI to manage OpenVPN users, their certificates & routes in Linux. While backend is written in Go, frontend is based on Vue.js.

Maintainers

Name Email Url
nabokihms max.nabokih@gmail.com <github.com/nabokihms>

Source Code

Requirements

Kubernetes: >=1.14.0-0

Values

Key Type Default Description
domain string "changeme"
ovpnAdmin.image string "changeme"
ovpnAdmin.basicAuth.user string "admin"
ovpnAdmin.basicAuth.password string "changeme"
openvpn.image string "changeme"
openvpn.subnet string "172.16.200.0/255.255.255.0"
openvpn.inlet string "HostPort"
openvpn.hostPort int 1194
nodeSelector object {} Node selector configuration.
tolerations list [] Tolerations for node taints. See the API reference for details.
ingress.enabled bool false Enable ingress.
ingress.className string "" Ingress class name.
ingress.annotations object {} Annotations to be added to the ingress.

Autogenerated from chart metadata using helm-docs v1.11.0