fix(gateway): Regressing to IngressRoutes to get sites working again

This commit is contained in:
Vegard Hagen
2024-03-02 20:58:41 +01:00
parent 4eac6c1f1c
commit 8e7a87c825
19 changed files with 114 additions and 36 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: home-assistant
namespace: haos
spec:
entryPoints:
- websecure
routes:
- match: Host(`haos.stonegarden.dev`)
kind: Rule
services:
- name: home-assistant
port: 8123