mirror of
https://github.com/truenas/charts.git
synced 2026-05-04 00:21:35 +08:00
30 lines
478 B
YAML
30 lines
478 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
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|