2021-11-30 13:33:15 +00:00
image :
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/leantime
2021-11-30 13:33:15 +00:00
pullPolicy : IfNotPresent
2023-01-10 01:19:38 +00:00
tag : 2.3 .4 @sha256:fdcd574d9274074de32a2d1dc1d67e10de418a35c13d385cba32b65f5afb7298
2021-11-30 13:33:15 +00:00
securityContext :
runAsNonRoot : false
readOnlyRootFilesystem : false
podSecurityContext :
runAsUser : 0
runAsGroup : 0
env :
2021-12-18 22:54:40 +00:00
LEAN_DB_DATABASE : "{{ .Values.mariadb.mariadbDatabase }}"
LEAN_DB_USER : "{{ .Values.mariadb.mariadbUsername }}"
2021-12-21 10:37:31 +00:00
LEAN_APP_URL : "{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}https://{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ end }}{{ end }}"
2021-11-30 13:33:15 +00:00
LEAN_DB_HOST :
secretKeyRef :
name : mariadbcreds
key : plainhost
LEAN_DB_PASSWORD :
secretKeyRef :
name : mariadbcreds
key : mariadb-password
2021-12-18 22:54:40 +00:00
LEAN_SESSION_PASSWORD :
secretKeyRef :
name : leantime-secrets
key : LEAN_SESSION_PASSWORD
2021-11-30 13:33:15 +00:00
2022-06-07 17:41:19 +00:00
service :
main :
ports :
main :
port : 10117
targetPort : 80
2021-11-30 13:33:15 +00:00
mariadb :
enabled : true
mariadbUsername : leantime
mariadbDatabase : leantime
existingSecret : "mariadbcreds"
2022-08-08 21:25:02 +00:00
portal :
enabled : true