Files
chart/library/ix-dev/community/pigallery2/ci/extra-values.yaml
Stavros Kois c4edcd61d7 add pigallery2 to community train (#1661)
* 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
2023-10-24 22:01:43 +03:00

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