2024-01-06 14:38:40 +00:00
|
|
|
controllers:
|
|
|
|
main:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
image:
|
|
|
|
repository: homeassistant/home-assistant
|
|
|
|
tag: "2024.1"
|
2021-11-28 10:16:31 +00:00
|
|
|
|
2024-01-06 14:38:40 +00:00
|
|
|
env:
|
|
|
|
TZ: Europe/Berlin
|
2021-11-28 10:16:31 +00:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
2023-05-23 10:44:43 +00:00
|
|
|
nginx.ingress.kubernetes.io/enable-cors: "false"
|
2021-11-28 10:16:31 +00:00
|
|
|
enabled: true
|
|
|
|
hosts:
|
|
|
|
- host: hass.dc
|
|
|
|
paths:
|
|
|
|
- path: /
|
2024-01-06 14:38:40 +00:00
|
|
|
service:
|
|
|
|
name: main
|
|
|
|
port: http
|
2021-11-28 10:16:31 +00:00
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- hass.dc
|
|
|
|
secretName: hass-tls
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2024-01-06 14:38:40 +00:00
|
|
|
type: persistentVolumeClaim
|
2021-11-28 10:16:31 +00:00
|
|
|
storageClass: local-path
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: 1Gi
|
2024-01-06 14:38:40 +00:00
|
|
|
|
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:
|
2023-06-16 10:07:50 +00:00
|
|
|
privileged: false
|
2023-07-09 07:42:50 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: 8123
|