mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 22:28:53 +08:00
21 lines
342 B
YAML
21 lines
342 B
YAML
mealieNetwork:
|
|
webPort: 31000
|
|
|
|
mealieConfig:
|
|
allowSignup: true
|
|
defaultGroup: Home
|
|
defaultAdminEmail: admin@example.com
|
|
defaultAdminPassword: supersecret
|
|
baseURL: http://localhost:31000
|
|
|
|
mealieStorage:
|
|
data:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|