27 lines
360 B
YAML
27 lines
360 B
YAML
***REMOVED***
|
|
namespace: kimai
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
|
|
hosts:
|
|
- host: kimai.local
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
|
|
persistence:
|
|
enabled: true
|
|
size: 10Gi
|
|
|
|
database:
|
|
type: mariadb
|
|
|
|
mariadb:
|
|
enabled: true
|
|
auth:
|
|
rootPassword: j6drtf47
|
|
database: kimai
|
|
username: kimai
|
|
password: kimai |