mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
27 lines
426 B
YAML
27 lines
426 B
YAML
mealieNetwork:
|
|
webPort: 31000
|
|
|
|
mealieConfig:
|
|
allowSignup: false
|
|
defaultGroup: Home
|
|
defaultAdminEmail: admin@example.com
|
|
defaultAdminPassword: supersecret
|
|
baseURL: http://localhost:31000
|
|
|
|
mealieRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
mealieStorage:
|
|
data:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|