mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
26 lines
413 B
YAML
26 lines
413 B
YAML
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
|