mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/openvpn] add support for connecting to istio services. Signed-off-by: Enno Boland <mail@eboland.de> * [stable/openvpn] document openvpn.istio.enabled variable Signed-off-by: Enno Boland <mail@eboland.de> * [stable/openvpn] make envoy port configurable. Signed-off-by: Enno Boland <mail@eboland.de> * [stable/openvpn] use ISTIO_INBOUND instead of default PREROUTING chain. this makes openvpn fail while starting if this pod lack istio instead of rejecting packages at runtime. Signed-off-by: Enno Boland <mail@eboland.de> * [stable/openvpn] bump version Signed-off-by: Enno Boland <mail@eboland.de>
25 lines
689 B
YAML
Executable File
25 lines
689 B
YAML
Executable File
apiVersion: v1
|
|
description: A Helm chart to install an openvpn server inside a kubernetes cluster. Certificate
|
|
generation is also part of the deployment, and this chart will generate client keys
|
|
as needed.
|
|
name: openvpn
|
|
version: 3.13.4
|
|
appVersion: 1.1.0
|
|
maintainers:
|
|
- name: jfelten
|
|
email: john.felten@gmail.com
|
|
icon: https://forums.openvpn.net/styles/openvpn/theme/images/ovpnlogo.png
|
|
keywords:
|
|
- openvpn
|
|
- vpn
|
|
- tunnel
|
|
- network
|
|
- service
|
|
- connectivity
|
|
- encryption
|
|
home: https://openvpn.net/index.php/open-source.html
|
|
sources:
|
|
- https://github.com/jfelten/openvpn-docker
|
|
- https://github.com/kubernetes/charts/tree/master/stable/openvpn
|
|
- https://github.com/jfelten/helm-charts
|