mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-26 20:13:31 +02:00
chore(deps): update helm release esphome to v7
Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||||
chart: esphome
|
chart: esphome
|
||||||
version: 6.5.0
|
version: 7.1.1
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home-charts
|
name: k8s-at-home-charts
|
||||||
@@ -27,23 +27,25 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
main:
|
||||||
annotations:
|
enabled: true
|
||||||
kubernetes.io/ingress.class: "nginx"
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
|
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
|
||||||
hosts:
|
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
|
||||||
- host: esphome.${SECRET_CLUSTER_DOMAIN}
|
hosts:
|
||||||
paths:
|
- host: esphome.${SECRET_CLUSTER_DOMAIN}
|
||||||
- path: /
|
paths:
|
||||||
pathType: Prefix
|
- path: /
|
||||||
tls:
|
pathType: Prefix
|
||||||
- hosts:
|
tls:
|
||||||
- "esphome.${SECRET_CLUSTER_DOMAIN}"
|
- hosts:
|
||||||
|
- "esphome.${SECRET_CLUSTER_DOMAIN}"
|
||||||
service:
|
service:
|
||||||
annotations:
|
main:
|
||||||
prometheus.io/probe: "true"
|
annotations:
|
||||||
prometheus.io/protocol: http
|
prometheus.io/probe: "true"
|
||||||
|
prometheus.io/protocol: http
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Reference in New Issue
Block a user