fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
Showing only changes of commit 5fec908323 - Show all commits

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}