From e4ae328228fa5b238677d0c192220c7de4dfc7ed Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 24 Dec 2024 14:49:31 +0100 Subject: [PATCH] HA: changes 4 --- home-assistant/ingress.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home-assistant/ingress.yaml b/home-assistant/ingress.yaml index 905a962..10c7491 100644 --- a/home-assistant/ingress.yaml +++ b/home-assistant/ingress.yaml @@ -26,17 +26,19 @@ spec: rules: - host: ha.hensen.io http: + paths: - path: / pathType: Prefix backend: service: name: ha-svc - port: + port: number: 80 - + # TLS configuration for HTTPS tls: # TLS secretName used on ClusterIssuer - secretName: letsencrypt-prod hosts: - ha.hensen.io +