modified: deploy/service.template.yaml
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 16s

This commit is contained in:
2025-11-22 04:28:09 +00:00
parent fd94e57068
commit d119f5f383

View File

@@ -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