values.yaml 465 B

123456789101112131415161718192021222324252627282930313233
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: syncthing/syncthing
  4. tag: 1.29.2
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. podOptions:
  10. dnsConfig:
  11. options: []
  12. syncthingConfig:
  13. additionalEnvs: []
  14. syncthingID:
  15. user: 568
  16. group: 568
  17. syncthingNetwork:
  18. webPort: 20910
  19. tcpPort: 20978
  20. udpPort: 20979
  21. hostNetwork: false
  22. syncthingStorage:
  23. config:
  24. type: ixVolume
  25. ixVolumeConfig:
  26. datasetName: config
  27. additionalStorages: []