values.yaml 517 B

1234567891011121314151617181920212223242526272829303132333435
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: weejewel/wg-easy
  4. tag: "7"
  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. allowedIPs: []
  24. additionalEnvs: []
  25. wgStorage:
  26. config:
  27. type: ixVolume
  28. ixVolumeConfig:
  29. datasetName: config
  30. additionalStorages: []