values.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. image:
  2. repository: altran1502/immich-server
  3. pullPolicy: IfNotPresent
  4. tag: v1.66.1
  5. webImage:
  6. repository: altran1502/immich-web
  7. pullPolicy: IfNotPresent
  8. tag: v1.66.1
  9. proxyImage:
  10. repository: altran1502/immich-proxy
  11. pullPolicy: IfNotPresent
  12. tag: v1.66.1
  13. mlImage:
  14. repository: altran1502/immich-machine-learning
  15. pullPolicy: IfNotPresent
  16. tag: v1.66.1
  17. typesenseImage:
  18. repository: typesense/typesense
  19. pullPolicy: IfNotPresent
  20. tag: 0.24.1
  21. resources:
  22. limits:
  23. cpu: 4000m
  24. memory: 8Gi
  25. immichConfig:
  26. disableReverseGeocoding: false
  27. reverseGeocodingPrecision: 3
  28. publicLoginMessage: ''
  29. enableML: true
  30. enableTypesense: true
  31. immichNetwork:
  32. webuiPort: 30041
  33. # Not user configurable, will be hidden on UI
  34. # Putting it here in case it needs to be configurable
  35. # in the future.
  36. serverPort: 32000
  37. webPort: 32001
  38. machinelearningPort: 32002
  39. microservicesPort: 32003
  40. typesensePort: 32004
  41. immichStorage:
  42. uploads:
  43. type: ixVolume
  44. datasetName: uploads
  45. library:
  46. type: ixVolume
  47. datasetName: library
  48. thumbs:
  49. type: ixVolume
  50. datasetName: thumbs
  51. profile:
  52. type: ixVolume
  53. datasetName: profile
  54. video:
  55. type: ixVolume
  56. datasetName: video
  57. pgData:
  58. type: ixVolume
  59. datasetName: pgData
  60. pgBackup:
  61. type: ixVolume
  62. datasetName: pgBackup