stackspout/basic/apps/time/kimai-values-configmap.yaml

21 lines
557 B
YAML
Raw Normal View History

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:
# Maybe apache-latest?
tag: apache-1.20.4-prod
ingress:
enabled: true
certManager: true
tls: true
hostname: "time.${domain}"
# - name: Stackspin
# key: "${client_id}"
# secret: "${client_secret}"
# autoDiscoverUrl: 'https://sso.${domain}/.well-known/openid-configuration'