wireguard-chart icon indicating copy to clipboard operation
wireguard-chart copied to clipboard

Please, clarify how to load config.

Open DaBlitzStein opened this issue 7 months ago • 1 comments

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?

DaBlitzStein avatar Jun 02 '25 18:06 DaBlitzStein

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?

bryopsida avatar Jun 08 '25 01:06 bryopsida