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