ci: add home-assitant to cluster
This commit is contained in:
parent
9b778e8c61
commit
9e7b072407
3 changed files with 19 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- helmrepository.yaml
|
||||
- helmrelease.yaml
|
||||
|
|
@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- gitea/
|
||||
- home-assitant/
|
||||
# - sonarqube/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue