test_values.yaml 505 B

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