ix_values.yaml 742 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. image:
  2. repository: bpatrik/pigallery2
  3. pullPolicy: IfNotPresent
  4. tag: 2.0.0
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. pigalleryConfig:
  10. applicationTitle: PiGallery 2
  11. additionalEnvs: []
  12. pigalleryNetwork:
  13. webPort: 30099
  14. hostNetwork: false
  15. pigalleryRunAs:
  16. user: 568
  17. group: 568
  18. pigalleryStorage:
  19. config:
  20. type: ixVolume
  21. ixVolumeConfig:
  22. datasetName: config
  23. db:
  24. type: ixVolume
  25. ixVolumeConfig:
  26. datasetName: db
  27. media:
  28. type: ixVolume
  29. ixVolumeConfig:
  30. datasetName: media
  31. thumbnails:
  32. type: ixVolume
  33. ixVolumeConfig:
  34. datasetName: thumbnails
  35. additionalStorages: []
  36. notes:
  37. custom: |
  38. Default credentials:
  39. - Username: `admin`
  40. - Password: `admin`