2022-07-07 19:22:47 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: stackspin-kimai-values
|
|
|
|
namespace: stackspout
|
|
|
|
data:
|
|
|
|
values.yaml: |
|
2022-07-11 17:09:56 +00:00
|
|
|
# https://github.com/robjuz/helm-charts/tree/master/charts/kimai2#parameters
|
2022-07-07 19:22:47 +00:00
|
|
|
image:
|
2022-07-20 08:23:08 +00:00
|
|
|
tag: apache-1.21.0-prod
|
|
|
|
kimaiAppSecret: "${secret}"
|
|
|
|
kimaiAdminEmail: "${admin_email}"
|
|
|
|
kimaiAdminPassword: "${password}"
|
|
|
|
kimaiMailerUrl: "smtp://${outgoing_mail_smtp_user}:${outgoing_mail_smtp_password}@${outgoing_mail_smtp_host}?encryption=tls&auth_mode=plain"
|
|
|
|
kimaiMailerFrom: "${outgoing_mail_from_address}"
|
2022-07-07 19:22:47 +00:00
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
certManager: true
|
|
|
|
tls: true
|
|
|
|
hostname: "time.${domain}"
|
2022-07-20 08:23:08 +00:00
|
|
|
persistence:
|
|
|
|
existingClaim: kimai-data
|
|
|
|
mariadb:
|
|
|
|
auth:
|
|
|
|
password: "${mariadb_password}"
|
|
|
|
rootPassword: "${mariadb_root_password}"
|
2022-07-07 19:22:47 +00:00
|
|
|
# - name: Stackspin
|
|
|
|
# key: "${client_id}"
|
|
|
|
# secret: "${client_secret}"
|
|
|
|
# autoDiscoverUrl: 'https://sso.${domain}/.well-known/openid-configuration'
|