ci: add home-assitant to cluster

This commit is contained in:
Patryk Hegenberg 2025-05-14 12:41:16 +02:00
parent 9b778e8c61
commit 9e7b072407
3 changed files with 19 additions and 0 deletions

View file

@ -17,3 +17,15 @@ spec:
values:
service:
type: ClusterIP
ingress:
enabled: true
className: traefik
hosts:
- host: home-assitant.local
paths:
- path: /
pathType: Prefix
persistence:
enabled: true
storageClass: local-path
size: 5Gi

View file

@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- helmrepository.yaml
- helmrelease.yaml

View file

@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gitea/
- home-assitant/
# - sonarqube/