Files
truecharts/charts/stable/leantime/values.yaml
T
b079c0685b chore(deps): update docker general non-major (#3561)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* shorten and lint description

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-25 08:57:08 +02:00

46 lines
1.0 KiB
YAML

image:
repository: tccr.io/truecharts/leantime
pullPolicy: IfNotPresent
tag: 2.2.7@sha256:0ab0c42cca5dd7d5e4f3df1fccf338bc7562daff67420e2c2449b1fd8e25054f
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
LEAN_DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
LEAN_DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
LEAN_APP_URL: "{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}https://{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ end }}{{ end }}"
LEAN_DB_HOST:
secretKeyRef:
name: mariadbcreds
key: plainhost
LEAN_DB_PASSWORD:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
LEAN_SESSION_PASSWORD:
secretKeyRef:
name: leantime-secrets
key: LEAN_SESSION_PASSWORD
service:
main:
ports:
main:
port: 10117
targetPort: 80
mariadb:
enabled: true
mariadbUsername: leantime
mariadbDatabase: leantime
existingSecret: "mariadbcreds"
portal:
enabled: true