Files
truecharts/charts/stable/mealie/values.yaml
T
613fd90a4c chore(repo) change stable charts to the upstream images (#14739)
**Description**
Update the stable train charts to their direct upstream image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00

109 lines
2.4 KiB
YAML

image:
repository: ghcr.io/mealie-recipes/mealie
tag: v1.0.0-RC1.1@sha256:6df1e795f17af43f082146e471113315487b5f0882f2ee7553d469034d929af1
pullPolicy: IfNotPresent
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
default_email: changeme@email.com
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
name_attribute: name
mail_attribute: mail
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: exec
command:
- python
- /app/mealie/scripts/healthcheck.py
readiness:
enabled: true
type: exec
command:
- python
- /app/mealie/scripts/healthcheck.py
startup:
enabled: true
type: exec
command:
- python
- /app/mealie/scripts/healthcheck.py
envFrom:
- secretRef:
name: frontend
- secretRef:
name: api
service:
main:
ports:
main:
port: 10018
protocol: http
persistence:
data:
enabled: true
targetSelector:
main:
main:
mountPath: /app/data
cnpg:
main:
enabled: true
user: mealie
database: mealie
portal:
open:
enabled: true