1
0
Fork 0
mirror of synced 2025-04-12 05:59:34 -04:00
ovpn-admin/charts/openvpn-admin
Maksim Nabokikh b7d1b3cad3
More CI fixes ()
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-04 09:41:47 +01:00
..
templates More CI fixes () 2025-03-04 09:41:47 +01:00
Chart.yaml More CI fixes () 2025-03-04 09:41:47 +01:00
README.md More CI fixes () 2025-03-04 09:41:47 +01:00
values.yaml More CI fixes () 2025-03-04 09:41:47 +01:00

openvpn-admin

Version: 0.0.3 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
ovpnAdmin.repo string "ghcr.io/palark/ovpn-admin/ovpn-admin"
openvpn.repo string "ghcr.io/palark/ovpn-admin/openvpn"
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.
ingress.domain string "changeme"
ingress.basicAuth.user string "admin"
ingress.basicAuth.password string "changeme"

Autogenerated from chart metadata using helm-docs v1.11.0