values.yaml 654 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. datasetName: config
  22. db:
  23. type: ixVolume
  24. datasetName: db
  25. media:
  26. type: ixVolume
  27. datasetName: media
  28. thumbnails:
  29. type: ixVolume
  30. datasetName: thumbnails
  31. additionalStorages: []
  32. notes:
  33. custom: |
  34. Default credentials:
  35. - Username: `admin`
  36. - Password: `admin`