2021-06-11 14:43:41 +00:00
|
|
|
image:
|
2022-09-23 23:26:26 +00:00
|
|
|
repository: tccr.io/truecharts/mealie-frontend
|
2022-11-01 15:43:28 +00:00
|
|
|
tag: v1.0.0beta@sha256:4158c31d037c2ece8931d2e2b120654b6f658b020f9273e8a2cc289d9e715552
|
2022-09-23 23:26:26 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
apiImage:
|
|
|
|
repository: tccr.io/truecharts/mealie-api
|
2022-11-01 15:43:28 +00:00
|
|
|
tag: v1.0.0beta@sha256:1a3b047474f908ae97a78d0f679892aa0f1bbea1e97abaf57c115df1b33d398a
|
2021-06-11 14:43:41 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2022-09-23 23:26:26 +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"
|
2021-12-11 09:57:20 +00:00
|
|
|
|
2022-09-23 23:26:26 +00:00
|
|
|
mealie_backend:
|
|
|
|
general:
|
|
|
|
allow_signup: true
|
|
|
|
default_group: Home
|
|
|
|
default_email: changeme@email.com
|
|
|
|
base_url: ""
|
|
|
|
token_time: 48
|
|
|
|
security:
|
|
|
|
max_login_attempts: 5
|
|
|
|
user_lockout_time: 24
|
|
|
|
webworkers:
|
|
|
|
workers_per_core: 1
|
|
|
|
max_workers: 1
|
|
|
|
web_concurrency: 1
|
|
|
|
smtp:
|
|
|
|
user: ""
|
|
|
|
password: ""
|
|
|
|
host: ""
|
|
|
|
port: 587
|
|
|
|
from_name: Mealie
|
|
|
|
from_email: ""
|
|
|
|
# TLS | SSL | NONE
|
|
|
|
auth_strategy: TLS
|
|
|
|
ldap:
|
|
|
|
auth_enabled: false
|
|
|
|
server_url: ""
|
|
|
|
tls_insecure: false
|
|
|
|
tls_cacertfile: ""
|
|
|
|
bind_template: ""
|
|
|
|
base_dn: ""
|
|
|
|
admin_filter: ""
|
|
|
|
|
|
|
|
envFrom:
|
|
|
|
- configMapRef:
|
|
|
|
name: '{{ include "tc.common.names.fullname" . }}-frontend-config'
|
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: HTTP
|
2022-11-01 15:43:28 +00:00
|
|
|
path: /
|
2022-09-23 23:26:26 +00:00
|
|
|
readiness:
|
|
|
|
type: HTTP
|
2022-11-01 15:43:28 +00:00
|
|
|
path: /
|
2022-09-23 23:26:26 +00:00
|
|
|
startup:
|
|
|
|
type: HTTP
|
2022-11-01 15:43:28 +00:00
|
|
|
path: /
|
2022-06-17 08:24:54 +00:00
|
|
|
|
2021-06-11 14:43:41 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10018
|
2022-09-23 23:26:26 +00:00
|
|
|
protocol: HTTP
|
|
|
|
targetPort: 3000
|
|
|
|
api:
|
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
|
|
|
ports:
|
|
|
|
api:
|
|
|
|
enabled: true
|
|
|
|
protocol: HTTP
|
|
|
|
port: 10019
|
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
|
2022-11-01 15:43:28 +00:00
|
|
|
mountPath: /app/data
|
2022-08-08 21:25:02 +00:00
|
|
|
|
2022-09-23 23:26:26 +00:00
|
|
|
postgresql:
|
|
|
|
enabled: true
|
2022-11-01 15:43:28 +00:00
|
|
|
existingSecret: dbcreds
|
2022-09-23 23:26:26 +00:00
|
|
|
postgresqlUsername: mealie
|
|
|
|
postgresqlDatabase: mealie
|
|
|
|
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
|
|
|
enabled: true
|