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