ix_values.yaml 720 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. image:
  2. repository: syncthing/syncthing
  3. tag: '1.28.0'
  4. pullPolicy: IfNotPresent
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. syncthingConfig:
  10. additionalEnvs: []
  11. # Currently not exposed in the UI
  12. # But can be exposed in the future
  13. natTraversal: false
  14. localDiscovery: false
  15. globalDiscovery: false
  16. telemetry: false
  17. relaying: false
  18. announceLANAddresses: false
  19. syncthingID:
  20. user: 568
  21. group: 568
  22. syncthingNetwork:
  23. webPort: 30000
  24. certificateID: null
  25. hostNetwork: true
  26. # Only used if hostNetwork is false
  27. localDiscoveryPort: 21027
  28. tcpPort: 22000
  29. quicPort: 22000
  30. syncthingStorage:
  31. home:
  32. type: ixVolume
  33. ixVolumeConfig:
  34. datasetName: home
  35. additionalStorages: []