test-values.yaml 429 B

12345678910111213141516171819202122
  1. appVolumeMounts:
  2. config:
  3. emptyDir: true
  4. mountPath: /etc/wireguard
  5. dnsConfig:
  6. options: []
  7. emptyDirVolumes: true
  8. environmentVariables: []
  9. extraAppVolumeMounts: []
  10. hostNetwork: true
  11. wgUDPPort: 30290
  12. webUIPort: 30921
  13. wgeasy:
  14. host: wg.domain.com
  15. password: secret
  16. client_mtu: 1420
  17. keep_alive: 5
  18. client_address_range: 10.10.0.x
  19. client_dns_server: "8.8.8.8"
  20. allowed_ips:
  21. - 10.10.10.0/24
  22. - 10.10.12.0/24