added kimai via helmrepo and helm release
This commit is contained in:
parent
1310566e6e
commit
508a9c2ab4
20
apps/kimai/helmrelease.yaml
Normal file
20
apps/kimai/helmrelease.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
***REMOVED***
|
||||||
|
name: kimai2
|
||||||
|
namespace: kimai
|
||||||
|
spec:
|
||||||
|
interval: 30m
|
||||||
|
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: kimai2
|
||||||
|
version: "*"
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: kimai2
|
||||||
|
namespace: flux-system
|
||||||
|
|
||||||
|
valuesFrom:
|
||||||
|
- kind: ConfigMap
|
||||||
|
name: kimai-values
|
||||||
8
apps/kimai/helmrepository.yaml
Normal file
8
apps/kimai/helmrepository.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
***REMOVED***
|
||||||
|
name: kimai2
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 12h
|
||||||
|
url: https://robjuz.github.io/helm-charts/
|
||||||
9
apps/kimai/kustomization.yaml
Normal file
9
apps/kimai/kustomization.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- helmrepository.yaml
|
||||||
|
- helmrelease.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: kimai-values
|
||||||
|
files:
|
||||||
|
- values.yaml
|
||||||
4
apps/kimai/namespace.yaml
Normal file
4
apps/kimai/namespace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
***REMOVED***
|
||||||
|
kind: Namespace
|
||||||
|
***REMOVED***
|
||||||
|
name: kimai
|
||||||
24
apps/kimai/values.yaml
Normal file
24
apps/kimai/values.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
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
|
||||||
Loading…
Reference in a new issue