mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 20:46:00 +02:00
chore(deps): update helm release home-assistant to v9
Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||||
chart: home-assistant
|
chart: home-assistant
|
||||||
version: 8.3.1
|
version: 9.1.1
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home-charts
|
name: k8s-at-home-charts
|
||||||
@@ -33,29 +33,31 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
service:
|
service:
|
||||||
annotations:
|
main:
|
||||||
prometheus.io/probe: "true"
|
annotations:
|
||||||
prometheus.io/protocol: http
|
prometheus.io/probe: "true"
|
||||||
type: LoadBalancer
|
prometheus.io/protocol: http
|
||||||
externalIPs:
|
type: LoadBalancer
|
||||||
- ${CLUSTER_LB_HASS}
|
externalIPs:
|
||||||
externalTrafficPolicy: Local
|
- ${CLUSTER_LB_HASS}
|
||||||
|
externalTrafficPolicy: Local
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
main:
|
||||||
annotations:
|
enabled: true
|
||||||
kubernetes.io/ingress.class: "nginx"
|
annotations:
|
||||||
hosts:
|
kubernetes.io/ingress.class: "nginx"
|
||||||
- host: hass.${SECRET_CLUSTER_DOMAIN}
|
hosts:
|
||||||
paths:
|
- host: hass.${SECRET_CLUSTER_DOMAIN}
|
||||||
- path: /
|
paths:
|
||||||
pathType: Prefix
|
- path: /
|
||||||
- host: home-assistant.${SECRET_CLUSTER_DOMAIN}
|
pathType: Prefix
|
||||||
paths:
|
- host: home-assistant.${SECRET_CLUSTER_DOMAIN}
|
||||||
- path: /
|
paths:
|
||||||
pathType: Prefix
|
- path: /
|
||||||
tls:
|
pathType: Prefix
|
||||||
- hosts:
|
tls:
|
||||||
- "home-assistant.${SECRET_CLUSTER_DOMAIN}"
|
- hosts:
|
||||||
|
- "home-assistant.${SECRET_CLUSTER_DOMAIN}"
|
||||||
prometheus:
|
prometheus:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user