From d119f5f383680d4dee81da2d27ee872f73d03aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 04:28:09 +0000 Subject: [PATCH] modified: deploy/service.template.yaml --- deploy/service.template.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/deploy/service.template.yaml b/deploy/service.template.yaml index 70de30e..d5e6d5d 100644 --- a/deploy/service.template.yaml +++ b/deploy/service.template.yaml @@ -12,17 +12,17 @@ spec: --- -# apiVersion: v1 -# kind: Endpoints -# metadata: -# name: home-assistant -# namespace: home-assistant -# subsets: -# - addresses: -# - ip: ${ENDPOINT_IP} -# ports: -# - port: ${SERVICE_PORT} -# --- +apiVersion: v1 +kind: Endpoints +metadata: + name: home-assistant + namespace: home-assistant +subsets: + - addresses: + - ip: ${ENDPOINT_IP} + ports: + - port: ${SERVICE_PORT} +--- # apiVersion: traefik.io/v1alpha1 # kind: IngressRoute