mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* add `pigallery2` to `community` train * add templates * fix path * add common * more test files * add value * fix value * add metadata and readme * add questions * default creds
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
|