fix(plex): switch back to ingressroute for troubleshooting

This commit is contained in:
Vegard Hagen
2023-12-31 10:48:27 +01:00
parent 812a7e28d6
commit 1738a24f87
6 changed files with 28 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
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