From a7d26276b4056cd5485a72f6d2fab3460aa6f69d Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 29 May 2024 17:11:33 -0500 Subject: [PATCH] change service --- .../applications/home-assistant/templates/ingress-route.yaml | 4 ++-- clusters/cl01tl/applications/home-assistant/values.yaml | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/applications/home-assistant/templates/ingress-route.yaml b/clusters/cl01tl/applications/home-assistant/templates/ingress-route.yaml index 9c9fc2126..9434b4f7c 100644 --- a/clusters/cl01tl/applications/home-assistant/templates/ingress-route.yaml +++ b/clusters/cl01tl/applications/home-assistant/templates/ingress-route.yaml @@ -21,7 +21,7 @@ spec: priority: 10 services: - kind: Service - name: home-assistant-main + name: home-assistant port: 8123 - kind: Rule match: Host(`homeassistant.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`) @@ -56,7 +56,7 @@ spec: priority: 10 services: - kind: Service - name: home-assistant-codeserver + name: home-assistant port: 8443 - kind: Rule match: Host(`homeassistant-codeserver.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)" diff --git a/clusters/cl01tl/applications/home-assistant/values.yaml b/clusters/cl01tl/applications/home-assistant/values.yaml index 506620e04..2d7118508 100644 --- a/clusters/cl01tl/applications/home-assistant/values.yaml +++ b/clusters/cl01tl/applications/home-assistant/values.yaml @@ -49,10 +49,7 @@ home-assistant: port: 8123 targetPort: 8123 protocol: HTTP - codeserver: - controller: main - ports: - http: + codeserver: port: 8443 targetPort: 8443 protocol: HTTP