homelab_gitops/apps/home-assitant/helmrelease.yaml

49 lines
1 KiB
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: home-assistant
namespace: home-assistant
spec:
interval: 5m
releaseName: home-assistant
chart:
spec:
chart: home-assistant
version: "0.3.2"
# version: "1.2.0"
sourceRef:
kind: HelmRepository
name: home-assistant
namespace: flux-system
values:
hostNetwork: false
# hostPort:
# enabled: true
# port: 8123
service:
type: ClusterIP
port: 8123
ingress:
enabled: true
className: traefik
hosts:
- host: home-assistant.local
paths:
- path: /
pathType: Prefix
persistence:
enabled: true
storageClass: local-path
size: 5Gi
configuration:
enabled: true
trusted_proxies:
- "10.0.0.0/8"
- "10.42.0.0/16"
- "172.16.0.0/12"
- "192.168.0.0/16"
- "::1"
- "127.0.0.1"
- "172.23.0.0/16"
use_x_forwarded_for: true