From b55f1f3896d77d995110dd7edab43ee71d7c4036 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 24 Dec 2024 15:02:06 +0100 Subject: [PATCH] HA: changes 10 --- home-assistant/ingress.yaml | 4 ++-- home-assistant/service.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home-assistant/ingress.yaml b/home-assistant/ingress.yaml index 10c7491..3109a33 100644 --- a/home-assistant/ingress.yaml +++ b/home-assistant/ingress.yaml @@ -19,7 +19,7 @@ metadata: # If you encounter a redirect loop or are getting a 307 response code # then you need to force the nginx ingress to connect to the backend using HTTPS. # - # nginx.ingress.kubernetes.io/backend-protocol: "HTTP" + nginx.ingress.kubernetes.io/backend-protocol: "HTTP" # namespace: ente-photos spec: ingressClassName: nginx @@ -33,7 +33,7 @@ spec: service: name: ha-svc port: - number: 80 + number: 443 # TLS configuration for HTTPS tls: diff --git a/home-assistant/service.yaml b/home-assistant/service.yaml index b7754d5..007fdd5 100644 --- a/home-assistant/service.yaml +++ b/home-assistant/service.yaml @@ -5,7 +5,7 @@ metadata: spec: ports: - name: app - port: 80 + port: 443 targetPort: 8123 ipFamilies: - IPv4