values.yaml 564 B

12345678910111213141516171819202122232425262728293031323334353637
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: ghcr.io/wg-easy/wg-easy
  4. tag: '14'
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. podOptions:
  10. dnsConfig:
  11. options: []
  12. wgNetwork:
  13. udpPort: 30057
  14. webPort: 30058
  15. hostNetwork: true
  16. wgConfig:
  17. host: ''
  18. externalPort: 51820
  19. password: ''
  20. keepAlive: 0
  21. clientMTU: 1420
  22. clientAddressRange: 10.8.0.x
  23. clientDNSServer: 1.1.1.1
  24. deviceName: eth0
  25. allowedIPs: []
  26. additionalEnvs: []
  27. wgStorage:
  28. config:
  29. type: ixVolume
  30. ixVolumeConfig:
  31. datasetName: config
  32. additionalStorages: []