s
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 15s

s
This commit is contained in:
2025-11-22 04:26:24 +00:00
parent b9295ce120
commit fd94e57068
2 changed files with 30 additions and 29 deletions

View File

@@ -12,31 +12,31 @@ 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
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}