hive-apps/projects/homeassistant/values/homeassistant.yaml

52 lines
863 B
YAML
Raw Normal View History

controllers:
main:
containers:
main:
image:
repository: homeassistant/home-assistant
tag: "2024.1"
2021-11-28 10:16:31 +00:00
env:
TZ: Europe/Berlin
2021-11-28 10:16:31 +00:00
ingress:
main:
annotations:
cert-manager.io/cluster-issuer: vault-issuer
nginx.ingress.kubernetes.io/enable-cors: "false"
2021-11-28 10:16:31 +00:00
enabled: true
hosts:
- host: hass.dc
paths:
- path: /
service:
name: main
port: http
2021-11-28 10:16:31 +00:00
tls:
- hosts:
- hass.dc
secretName: hass-tls
persistence:
config:
enabled: true
type: persistentVolumeClaim
2021-11-28 10:16:31 +00:00
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi
2023-05-22 15:48:40 +00:00
media:
enabled: true
type: hostPath
hostPath: /data/media
readOnly: true
2021-11-28 10:16:31 +00:00
securityContext:
privileged: false
2023-07-09 07:42:50 +00:00
service:
main:
ports:
http:
port: 8123