mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
change(homeassistant): switch to app-template
This commit is contained in:
parent
cd1b12c9e0
commit
e7a8733546
2 changed files with 17 additions and 44 deletions
|
@ -4,9 +4,9 @@ config:
|
|||
|
||||
apps:
|
||||
- name: homeassistant
|
||||
chart: home-assistant
|
||||
repoURL: https://charts.pree.dev
|
||||
targetRevision: 1.21.1
|
||||
chart: app-template
|
||||
repo: bjw-s
|
||||
targetRevision: 2.4.0
|
||||
secrets:
|
||||
- name: bucket
|
||||
keys:
|
||||
|
|
|
@ -1,27 +1,13 @@
|
|||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
tag: 2024.1
|
||||
controllers:
|
||||
main:
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
tag: "2024.1"
|
||||
|
||||
env:
|
||||
TZ: Europe/Berlin
|
||||
|
||||
influxdb:
|
||||
enabled: false
|
||||
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
|
||||
env:
|
||||
TZ: Europe/Berlin
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
@ -33,41 +19,28 @@ ingress:
|
|||
- host: hass.dc
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: main
|
||||
port: http
|
||||
tls:
|
||||
- hosts:
|
||||
- hass.dc
|
||||
secretName: hass-tls
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
prometheusRule:
|
||||
enabled: false
|
||||
labels: {}
|
||||
rules: []
|
||||
serviceMonitor:
|
||||
interval: 1m
|
||||
labels: {}
|
||||
scrapeTimeout: 30s
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
data:
|
||||
enabled: true
|
||||
type: persistentVolumeClaim
|
||||
storageClass: local-path
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
|
||||
media:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /media
|
||||
hostPath: /data/media
|
||||
readOnly: true
|
||||
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue