diff --git a/cluster/apps/home/esphome/helm-release.yaml b/cluster/apps/home/esphome/helm-release.yaml index 889684061..97842e6c4 100644 --- a/cluster/apps/home/esphome/helm-release.yaml +++ b/cluster/apps/home/esphome/helm-release.yaml @@ -11,7 +11,7 @@ spec: spec: # renovate: registryUrl=https://k8s-at-home.com/charts/ chart: esphome - version: 6.5.0 + version: 7.1.1 sourceRef: kind: HelmRepository name: k8s-at-home-charts @@ -27,23 +27,25 @@ spec: hostNetwork: true dnsPolicy: ClusterFirstWithHostNet ingress: - enabled: true - annotations: - kubernetes.io/ingress.class: "nginx" - nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify" - nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/" - hosts: - - host: esphome.${SECRET_CLUSTER_DOMAIN} - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - "esphome.${SECRET_CLUSTER_DOMAIN}" + main: + enabled: true + annotations: + kubernetes.io/ingress.class: "nginx" + nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify" + nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/" + hosts: + - host: esphome.${SECRET_CLUSTER_DOMAIN} + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - "esphome.${SECRET_CLUSTER_DOMAIN}" service: - annotations: - prometheus.io/probe: "true" - prometheus.io/protocol: http + main: + annotations: + prometheus.io/probe: "true" + prometheus.io/protocol: http persistence: config: enabled: true