mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +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:
|
apps:
|
||||||
- name: homeassistant
|
- name: homeassistant
|
||||||
chart: home-assistant
|
chart: app-template
|
||||||
repoURL: https://charts.pree.dev
|
repo: bjw-s
|
||||||
targetRevision: 1.21.1
|
targetRevision: 2.4.0
|
||||||
secrets:
|
secrets:
|
||||||
- name: bucket
|
- name: bucket
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -1,28 +1,14 @@
|
||||||
image:
|
controllers:
|
||||||
|
main:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
image:
|
||||||
repository: homeassistant/home-assistant
|
repository: homeassistant/home-assistant
|
||||||
tag: 2024.1
|
tag: "2024.1"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: Europe/Berlin
|
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
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -33,41 +19,28 @@ ingress:
|
||||||
- host: hass.dc
|
- host: hass.dc
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
service:
|
||||||
|
name: main
|
||||||
|
port: http
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- hass.dc
|
- hass.dc
|
||||||
secretName: hass-tls
|
secretName: hass-tls
|
||||||
|
|
||||||
metrics:
|
|
||||||
enabled: false
|
|
||||||
prometheusRule:
|
|
||||||
enabled: false
|
|
||||||
labels: {}
|
|
||||||
rules: []
|
|
||||||
serviceMonitor:
|
|
||||||
interval: 1m
|
|
||||||
labels: {}
|
|
||||||
scrapeTimeout: 30s
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
data:
|
type: persistentVolumeClaim
|
||||||
enabled: true
|
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
|
|
||||||
media:
|
media:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /media
|
|
||||||
hostPath: /data/media
|
hostPath: /data/media
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
postgresql:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: false
|
privileged: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue