.
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}
---
# apiVersion: traefik.io/v1alpha1
# kind: IngressRoute
# metadata:
# name: home-assistant
# namespace: home-assistant
# spec:
# entryPoints:
# - websecure
# routes:
# - match: ${INGRESS_ROUTES_MATCH}
# kind: Rule
# services:
# - name: home-assistant
# port: ${SERVICE_PORT}
# tls:
# secretName: ${INGRESS_TLS_SECRET_NAME}
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: home-assistant
namespace: home-assistant
spec:
entryPoints:
- websecure
routes:
- match: ${INGRESS_ROUTES_MATCH}
kind: Rule
services:
- name: home-assistant
port: ${SERVICE_PORT}
tls:
secretName: ${INGRESS_TLS_SECRET_NAME}