mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
change(hass): use pree.dev chart
This commit is contained in:
parent
e0d261877d
commit
7bb9e2be6f
2 changed files with 28 additions and 6 deletions
|
@ -1,17 +1,24 @@
|
||||||
config:
|
config:
|
||||||
description: Home Automation
|
description: Home Automation
|
||||||
syncWave: 100
|
syncWave: 100
|
||||||
repo: k8s-at-home
|
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
- name: homeassistant
|
- name: homeassistant
|
||||||
chart: home-assistant
|
chart: home-assistant
|
||||||
targetRevision: 11.2.1
|
repoURL: https://charts.pree.dev
|
||||||
|
targetRevision: 1.21.1
|
||||||
secrets:
|
secrets:
|
||||||
- name: bucket
|
- name: bucket
|
||||||
keys:
|
keys:
|
||||||
- accesskey
|
- accesskey
|
||||||
- secretkey
|
- secretkey
|
||||||
|
- name: influx
|
||||||
|
keys:
|
||||||
|
- admin-user-password
|
||||||
|
- admin-user-token
|
||||||
|
- user-password
|
||||||
|
- read-user-password
|
||||||
|
- write-user-password
|
||||||
include:
|
include:
|
||||||
- ingress-internal
|
- ingress-internal
|
||||||
|
|
||||||
|
|
|
@ -3,13 +3,22 @@ image:
|
||||||
tag: 2023.7.1
|
tag: 2023.7.1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
TZ: Europe/Berlin
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
architecture: standalone
|
|
||||||
authEnabled: false
|
|
||||||
database: home_assistant
|
|
||||||
enabled: true
|
enabled: true
|
||||||
|
auth:
|
||||||
|
createUserToken: true
|
||||||
|
user:
|
||||||
|
username: homeassistant
|
||||||
|
org: primary
|
||||||
|
bucket: primary
|
||||||
|
readUser:
|
||||||
|
username: grafana
|
||||||
|
writeUser:
|
||||||
|
username: homeassistant
|
||||||
|
existingSecret: influx
|
||||||
|
database: home_assistant
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 8Gi
|
size: 8Gi
|
||||||
|
@ -61,3 +70,9 @@ postgresql:
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: false
|
privileged: false
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 8123
|
||||||
|
|
Loading…
Reference in a new issue