basic-no-hostnet-values.yaml 557 B

123456789101112131415161718192021222324
  1. syncthingStorage:
  2. home:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Namespace }}/home
  5. additionalStorages:
  6. - type: hostPath
  7. hostPath: /mnt/{{ .Release.Namespace }}/dir1
  8. mountPath: /mnt/dir1
  9. - type: hostPath
  10. hostPath: /mnt/{{ .Release.Namespace }}/dir2
  11. mountPath: /mnt/dir2
  12. - type: hostPath
  13. hostPath: /mnt/{{ .Release.Namespace }}/dir3
  14. mountPath: /mnt/dir3
  15. syncthingID:
  16. user: 1001
  17. group: 1001
  18. syncthingNetwork:
  19. hostNetwork: false
  20. localDiscoveryPort: 31027
  21. tcpPort: 32000
  22. quicPort: 32000