test-values.yaml 235 B

1234567891011121314
  1. wgStorage:
  2. config:
  3. type: pvc
  4. wgConfig:
  5. host: wg.domain.com
  6. password: secret
  7. clientMTU: 1420
  8. keepAlive: 5
  9. clientAddressRange: 10.10.0.x
  10. clientDNSServer: "8.8.8.8"
  11. allowedIPs:
  12. - 10.10.10.0/24
  13. - 10.10.12.0/24