Skip to content
Snippets Groups Projects
Commit 09d3076a authored by xeruf's avatar xeruf
Browse files

apps: configure vikunja service

parent d3466cfd
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,10 @@ data:
clientsecret: "${client_secret}"
local:
enabled: false
service:
frontendurl: "https://do.${domain}"
motd: "Please allow public profile discovery in settings!"
timezone: "DE"
ingress:
main:
enabled: true
......
......@@ -6,7 +6,7 @@ metadata:
namespace: stackspout
data:
values.yaml: |
# https://github.com/robjuz/helm-charts/tree/master/charts/kimai2
# https://github.com/robjuz/helm-charts/tree/master/charts/kimai2#parameters
image:
# Maybe apache-latest?
tag: apache-1.20.4-prod
......
......@@ -21,7 +21,6 @@ data:
'allow_user_to_change_display_name' => false,
'default_phone_region' => 'DE',
'default_locale' => 'en-gb',
'lost_password_link' => 'https://sso.${domain}/login/recovery',
);
apps:
# Basics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment