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 apiVersion: v1
# kind: Endpoints kind: Endpoints
# metadata: metadata:
# name: home-assistant name: home-assistant
# namespace: home-assistant namespace: home-assistant
# subsets: subsets:
# - addresses: - addresses:
# - ip: ${ENDPOINT_IP} - ip: ${ENDPOINT_IP}
# ports: ports:
# - port: ${SERVICE_PORT} - port: ${SERVICE_PORT}
# --- ---
# apiVersion: traefik.io/v1alpha1 # apiVersion: traefik.io/v1alpha1
# kind: IngressRoute # kind: IngressRoute