.
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 16s
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 16s
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user