wireguard-chart
wireguard-chart copied to clipboard
Please, clarify how to load config.
I have been using values.yaml file:
wireguard:
enabled: true
port: 51820
serverAddress: "10.34.0.1/24"
privateKeySecretName: "wg-vpn-1-wg-generated"
dns: "10.96.0.10"
clients:
- PublicKey: "ww"
AllowedIPs: "10.34.0.5/32"
- PublicKey: "ww"
AllowedIPs: "10.34.0.2/32"
- PublicKey: "ww"
AllowedIPs: "10.34.0.4/32"
service:
type: LoadBalancer
port: 51820
But it looks like it is ignoring everything.
Maybe I am not configuring it right?
That looks right, when you say its ignoring it, does that mean the secret holding the configuration file is empty, the wg0.conf file is empty when you look at the pod, or what behavior are you seeing?