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

        This commit upgrades netdata, elastic-search, home-assistant, pgadmin, mealie, drawio, jellyfin, freshrss, n8n catalog item(s).

* revert pgadmin

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-06-06 14:19:23 +03:00

59 lines
1.1 KiB
YAML

image:
repository: ghcr.io/mealie-recipes/mealie
pullPolicy: IfNotPresent
tag: v1.8.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" }}