Fix kimai service configuration to use Ingress instead of LoadBalancer
This commit is contained in:
parent
b23feb8239
commit
c7ab806808
|
|
@ -12,4 +12,9 @@ spec:
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: robjuz
|
name: robjuz
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
|
||||||
|
valuesFrom:
|
||||||
|
- kind: ConfigMap
|
||||||
|
name: kimai-values
|
||||||
|
valuesKey: values.yaml
|
||||||
|
|
@ -10,5 +10,5 @@ configMapGenerator:
|
||||||
files:
|
files:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
|
|
||||||
#generatorOptions:
|
generatorOptions:
|
||||||
# disableNameSuffixHash: true
|
disableNameSuffixHash: true
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: traefik
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: kimai.local
|
- host: kimai.local
|
||||||
|
|
@ -24,4 +24,7 @@ mariadb:
|
||||||
rootPassword: j6drtf47
|
rootPassword: j6drtf47
|
||||||
database: kimai
|
database: kimai
|
||||||
username: kimai
|
username: kimai
|
||||||
password: kimai
|
password: kimai
|
||||||
|
|
||||||
|
service:
|
||||||
|
type: ClusterIP
|
||||||
Loading…
Reference in a new issue