**Description** Added the missing client secret option for OIDC ⚒️ Fixes missing client secret option for OIDC **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** I am unsure how to test this, if there is some guidance the reviewer can provide it would be helpful. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` --------- Signed-off-by: mccmax1395 <61606688+mccmax1395@users.noreply.github.com> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
112 lines
2.3 KiB
YAML
112 lines
2.3 KiB
YAML
image:
|
|
repository: ghcr.io/mealie-recipes/mealie
|
|
tag: v2.8.0@sha256:63aef46d90975d9cf9c0fdb9399fc2fe36acd222e1db6be99c504b9ccdbee967
|
|
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
|
|
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
|
|
oidc:
|
|
auth_enabled: false
|
|
signup_enabled: true
|
|
configuration_url: ""
|
|
client_id: ""
|
|
client_secret: ""
|
|
user_group: ""
|
|
admin_group: ""
|
|
auto_redirect: false
|
|
provider_name: "OAuth"
|
|
remember_me: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
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
|
|
nltk:
|
|
enabled: true
|
|
type: emptyDir
|
|
size: 5Gi
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /nltk_data
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: mealie
|
|
database: mealie
|
|
|
|
ingress:
|
|
main:
|
|
integrations:
|
|
homepage:
|
|
widget:
|
|
version: 2
|