mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
13 lines
248 B
YAML
13 lines
248 B
YAML
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: 80 |