ci: deploy home assistant via flux cd (20GiB, ha.patanix.de)
This commit is contained in:
parent
4fd5924fb4
commit
0a24c7f0bf
8 changed files with 157 additions and 0 deletions
35
apps/home-assistant/helmrelease.yaml
Normal file
35
apps/home-assistant/helmrelease.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: home-assistant
|
||||
namespace: home-assistant
|
||||
spec:
|
||||
interval: 10m
|
||||
releaseName: home-assistant
|
||||
chart:
|
||||
spec:
|
||||
chart: home-assistant
|
||||
version: "0.3.2"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: home-assistant
|
||||
namespace: flux-system
|
||||
values:
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: home-assistant-config
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
# className: traefik
|
||||
hosts:
|
||||
- host: ha.patanix.de
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: ha-patanix-de-tls
|
||||
hosts:
|
||||
- ha.patanix.de
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-dns
|
||||
Loading…
Add table
Add a link
Reference in a new issue