fix/cicd #3
@@ -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}
|
||||||
Reference in New Issue
Block a user