fix(gateway): Removed non-traefik-forward-auth protected Ingresses in favour of HTTPRoutes

This commit is contained in:
Vegard Hagen
2023-12-30 13:32:30 +01:00
parent 6a3fffb8c3
commit d1ae9a189f
14 changed files with 25 additions and 73 deletions
-13
View File
@@ -1,13 +0,0 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: ingressroute-plex
spec:
entryPoints:
- websecure
routes:
- match: Host(`plex.stonegarden.dev`)
kind: Rule
services:
- name: plex
port: 32400