ix_values.yaml 542 B

123456789101112131415161718192021222324252627282930313233343536
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: ghcr.io/wg-easy/wg-easy
  4. tag: '10'
  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. password: ''
  19. keepAlive: 0
  20. clientMTU: 1420
  21. clientAddressRange: 10.8.0.x
  22. clientDNSServer: 1.1.1.1
  23. deviceName: eth0
  24. allowedIPs: []
  25. additionalEnvs: []
  26. wgStorage:
  27. config:
  28. type: ixVolume
  29. ixVolumeConfig:
  30. datasetName: config
  31. additionalStorages: []