.
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:31:17 +00:00
parent d119f5f383
commit 5fec908323

View File

@@ -24,19 +24,19 @@ subsets:
- port: ${SERVICE_PORT} - port: ${SERVICE_PORT}
--- ---
# apiVersion: traefik.io/v1alpha1 apiVersion: traefik.io/v1alpha1
# kind: IngressRoute kind: IngressRoute
# metadata: metadata:
# name: home-assistant name: home-assistant
# namespace: home-assistant namespace: home-assistant
# spec: spec:
# entryPoints: entryPoints:
# - websecure - websecure
# routes: routes:
# - match: ${INGRESS_ROUTES_MATCH} - match: ${INGRESS_ROUTES_MATCH}
# kind: Rule kind: Rule
# services: services:
# - name: home-assistant - name: home-assistant
# port: ${SERVICE_PORT} port: ${SERVICE_PORT}
# tls: tls:
# secretName: ${INGRESS_TLS_SECRET_NAME} secretName: ${INGRESS_TLS_SECRET_NAME}