Files
chart/library/ix-dev/community/mealie/values.yaml
bugclerk b2ef8b32e5 Upgraded catalog item(s) (#2916)
* Upgraded catalog item(s)

        This commit upgrades minio, homer, mealie, paperless-ngx, prowlarr, omada-controller, jellyfin, jenkins, n8n, planka, actual-budget, homarr, odoo, whoogle catalog item(s).

* revert odoo

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-11-05 20:10:29 +02:00

59 lines
1.1 KiB
YAML

image:
repository: ghcr.io/mealie-recipes/mealie
pullPolicy: IfNotPresent
tag: v2.1.0
resources:
limits:
cpu: 4000m
memory: 8Gi
mealieConfig:
allowSignup: true
defaultGroup: Home
defaultAdminEmail: ''
defaultAdminPassword: ''
baseURL: ''
additionalEnvs: []
mealieRunAs:
user: 568
group: 568
mealieNetwork:
webPort: 31001
hostNetwork: false
mealieStorage:
data:
type: ixVolume
ixVolumeConfig:
datasetName: data
additionalStorages: []
pgData:
type: ixVolume
ixVolumeConfig:
datasetName: pgData
pgBackup:
type: ixVolume
ixVolumeConfig:
datasetName: pgBackup
notes:
custom: |
## Database
You can connect to the database using the pgAdmin App from the catalog
<details>
<summary>Database Details</summary>
- Database: `mealie`
- Username: `mealie`
- Password: `{{ .Values.mealieDbPass }}`
- Host: `{{ .Values.mealieDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
- Port: `5432`
</details>
{{- $_ := unset .Values "mealieDbPass" }}
{{- $_ := unset .Values "mealieDbHost" }}