extra-values.yaml 413 B

12345678910111213141516171819202122232425
  1. pigalleryConfig:
  2. applicationTitle: PiGallery Test 2
  3. additionalEnvs:
  4. - name: Server-Log-level
  5. value: debug
  6. - name: Server-Log-sqlLevel
  7. value: all
  8. pigalleryNetwork:
  9. webPort: 31000
  10. pigalleryStorage:
  11. config:
  12. type: pvc
  13. db:
  14. type: pvc
  15. media:
  16. type: pvc
  17. thumbnails:
  18. type: pvc
  19. additionalStorages:
  20. - type: pvc
  21. mountPath: /data1
  22. - type: pvc
  23. mountPath: /data2