test_values.yaml 477 B

123456789101112131415161718192021222324
  1. appVolumeMounts:
  2. import:
  3. emptyDir: true
  4. mountPath: /photoprism/import
  5. original:
  6. emptyDir: true
  7. mountPath: /photoprism/originals
  8. storage:
  9. emptyDir: true
  10. mountPath: /photoprism/storage
  11. dnsConfig:
  12. options: []
  13. emptyDirVolumes: true
  14. environmentVariables: []
  15. extraAppVolumeMounts: []
  16. image:
  17. pullPolicy: IfNotPresent
  18. repository: photoprism/photoprism
  19. tag: 221118-jammy
  20. ownerGID: 568
  21. ownerUID: 568
  22. password: admin123
  23. public: false
  24. web_port: 32000