mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
* add `piwigo` to `community` train * update keywords * update readme * typo * add initial templtes * add values * add config and Ui * add deployment * simplify * only on install * hmm * add some validation and update description
27 lines
506 B
YAML
27 lines
506 B
YAML
piwiNetwork:
|
|
webPort: 31000
|
|
|
|
piwiConfig:
|
|
language: en_GB
|
|
adminName: admin
|
|
adminMail: admin@example.com
|
|
adminPass: admin
|
|
|
|
piwiID:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
piwiStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/config
|
|
gallery:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/gallery
|
|
mariadbData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/mariadbData
|
|
mariadbBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/mariadbBackup
|