2021-06-11 14:43:41 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/mealie-recipes/mealie
|
2024-02-12 06:39:51 +00:00
|
|
|
tag: v1.2.0@sha256:c3d5fda718dbc913d0c4ef88931413b216d71a10ed561be38bab729911e4c051
|
2021-06-11 14:43:41 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-07-22 12:14:12 +00:00
|
|
|
mealie:
|
|
|
|
frontend:
|
|
|
|
theme:
|
|
|
|
light_primary: "#E58325"
|
|
|
|
light_accent: "#007A99"
|
|
|
|
light_secondary: "#973542"
|
|
|
|
light_success: "#43A047"
|
|
|
|
light_info: "#1976D2"
|
|
|
|
light_warning: "#FF6D00"
|
|
|
|
light_error: "#EF5350"
|
|
|
|
dark_primary: "#E58325"
|
|
|
|
dark_accent: "#007A99"
|
|
|
|
dark_secondary: "#973542"
|
|
|
|
dark_success: "#43A047"
|
|
|
|
dark_info: "#1976D2"
|
|
|
|
dark_warning: "#FF6D00"
|
|
|
|
dark_error: "#EF5350"
|
|
|
|
api:
|
|
|
|
general:
|
|
|
|
allow_signup: true
|
|
|
|
default_group: Home
|
|
|
|
base_url: ""
|
|
|
|
token_time: 48
|
|
|
|
security:
|
|
|
|
max_login_attempts: 5
|
|
|
|
user_lockout_time: 24
|
|
|
|
smtp:
|
|
|
|
user: ""
|
|
|
|
password: ""
|
|
|
|
host: ""
|
|
|
|
port: 587
|
|
|
|
from_name: Mealie
|
|
|
|
from_email: ""
|
|
|
|
# TLS | SSL | NONE
|
|
|
|
auth_strategy: TLS
|
|
|
|
webworkers:
|
|
|
|
workers_per_core: 1
|
|
|
|
max_workers: 1
|
|
|
|
web_concurrency: 1
|
|
|
|
ldap:
|
|
|
|
auth_enabled: false
|
|
|
|
server_url: ""
|
|
|
|
tls_insecure: false
|
|
|
|
enable_starttls: false
|
|
|
|
tls_cacertfile: ""
|
|
|
|
base_dn: ""
|
|
|
|
query_bind: ""
|
|
|
|
query_password: ""
|
|
|
|
user_filter: ""
|
|
|
|
admin_filter: ""
|
|
|
|
id_attribute: uid
|
2023-08-22 07:23:52 +00:00
|
|
|
name_attribute: name
|
2023-07-22 12:14:12 +00:00
|
|
|
mail_attribute: mail
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
2023-11-09 19:54:43 +00:00
|
|
|
enabled: true
|
|
|
|
type: exec
|
|
|
|
command:
|
|
|
|
- python
|
|
|
|
- /app/mealie/scripts/healthcheck.py
|
2023-07-22 12:14:12 +00:00
|
|
|
readiness:
|
2023-11-09 19:54:43 +00:00
|
|
|
enabled: true
|
|
|
|
type: exec
|
|
|
|
command:
|
|
|
|
- python
|
|
|
|
- /app/mealie/scripts/healthcheck.py
|
2023-07-22 12:14:12 +00:00
|
|
|
startup:
|
2023-11-09 19:54:43 +00:00
|
|
|
enabled: true
|
|
|
|
type: exec
|
|
|
|
command:
|
|
|
|
- python
|
|
|
|
- /app/mealie/scripts/healthcheck.py
|
2023-07-22 12:14:12 +00:00
|
|
|
envFrom:
|
|
|
|
- secretRef:
|
|
|
|
name: frontend
|
|
|
|
- secretRef:
|
|
|
|
name: api
|
2021-06-11 14:43:41 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10018
|
2023-07-22 12:14:12 +00:00
|
|
|
protocol: http
|
2021-06-11 14:43:41 +00:00
|
|
|
persistence:
|
2022-09-23 23:26:26 +00:00
|
|
|
data:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2023-07-22 12:14:12 +00:00
|
|
|
targetSelector:
|
|
|
|
main:
|
|
|
|
main:
|
|
|
|
mountPath: /app/data
|
|
|
|
cnpg:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
user: mealie
|
|
|
|
database: mealie
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-07-22 12:14:12 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|