values.yaml 673 B

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