mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 19:42:14 +08:00
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
|