12345678910111213141516171819202122232425 |
- pigalleryConfig:
- applicationTitle: PiGallery Test 2
- additionalEnvs:
- - name: Server-Log-level
- value: debug
- - name: Server-Log-sqlLevel
- value: all
- pigalleryNetwork:
- webPort: 31000
- pigalleryStorage:
- config:
- type: pvc
- db:
- type: pvc
- media:
- type: pvc
- thumbnails:
- type: pvc
- additionalStorages:
- - type: pvc
- mountPath: /data1
- - type: pvc
- mountPath: /data2
|