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
2022-04-18 09:21:26 +00:00
tag : v2.1.9@sha256:ed8060590aa6241d4a9b574b0e9c577e19ea36f7ebf5ff2c1d8f450c50a03ae3
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"