change(hass): use pree.dev chart

This commit is contained in:
nold 2023-07-09 09:42:50 +02:00
parent e0d261877d
commit 7bb9e2be6f
2 changed files with 28 additions and 6 deletions

View file

@ -1,17 +1,24 @@
config:
description: Home Automation
syncWave: 100
repo: k8s-at-home
apps:
- name: homeassistant
chart: home-assistant
targetRevision: 11.2.1
repoURL: https://charts.pree.dev
targetRevision: 1.21.1
secrets:
- name: bucket
keys:
- accesskey
- secretkey
- name: influx
keys:
- admin-user-password
- admin-user-token
- user-password
- read-user-password
- write-user-password
include:
- ingress-internal

View file

@ -3,13 +3,22 @@ image:
tag: 2023.7.1
env:
TZ: UTC
TZ: Europe/Berlin
influxdb:
architecture: standalone
authEnabled: false
database: home_assistant
enabled: true
auth:
createUserToken: true
user:
username: homeassistant
org: primary
bucket: primary
readUser:
username: grafana
writeUser:
username: homeassistant
existingSecret: influx
database: home_assistant
persistence:
enabled: true
size: 8Gi
@ -61,3 +70,9 @@ postgresql:
securityContext:
privileged: false
service:
main:
ports:
http:
port: 8123