apps: configure vikunja service
This commit is contained in:
parent
d3466cfd78
commit
09d3076a3f
|
@ -23,6 +23,10 @@ data:
|
||||||
clientsecret: "${client_secret}"
|
clientsecret: "${client_secret}"
|
||||||
local:
|
local:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
service:
|
||||||
|
frontendurl: "https://do.${domain}"
|
||||||
|
motd: "Please allow public profile discovery in settings!"
|
||||||
|
timezone: "DE"
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
namespace: stackspout
|
namespace: stackspout
|
||||||
data:
|
data:
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
# https://github.com/robjuz/helm-charts/tree/master/charts/kimai2
|
# https://github.com/robjuz/helm-charts/tree/master/charts/kimai2#parameters
|
||||||
image:
|
image:
|
||||||
# Maybe apache-latest?
|
# Maybe apache-latest?
|
||||||
tag: apache-1.20.4-prod
|
tag: apache-1.20.4-prod
|
||||||
|
|
|
@ -21,7 +21,6 @@ data:
|
||||||
'allow_user_to_change_display_name' => false,
|
'allow_user_to_change_display_name' => false,
|
||||||
'default_phone_region' => 'DE',
|
'default_phone_region' => 'DE',
|
||||||
'default_locale' => 'en-gb',
|
'default_locale' => 'en-gb',
|
||||||
'lost_password_link' => 'https://sso.${domain}/login/recovery',
|
|
||||||
);
|
);
|
||||||
apps:
|
apps:
|
||||||
# Basics
|
# Basics
|
||||||
|
|
Loading…
Reference in New Issue