Place1 / wg-access-server

An all-in-one WireGuard VPN solution with a web ui for connecting devices
MIT License
1.79k stars 226 forks source link

[helm] add option to specify an existingSecret or a specific nodePort #174

Open fbuchmeier opened 2 years ago

fbuchmeier commented 2 years ago

1) admin username, password and privatekey can be read from an external secret, to allow the use of for the sealed-secrets controller or external-secrets.

2) option to specify a specific node port in case service.type = "NodePort" is used. Useful on bare metal deployments where no loadbalancer is available.

Signed-off-by: Florian Buchmeier flo_buchmeier@web.de