2025-05-26 16:25:27 -05:00

32 lines
676 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: mirror-ingress-tls-rockylinux
spec:
entryPoints:
- websecure
routes:
- match: Host(`mirror.0xem.ma`) && PathPrefix(`/rockylinux`)
kind: Rule
services:
- name: zfs-mirror-rockylinux
kind: Service
port: 80
tls:
secretName: emma-tls
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: mirror-ingress-rockylinux
spec:
entryPoints:
- web
routes:
- match: Host(`mirror.0xem.ma`) && PathPrefix(`/rockylinux`)
kind: Rule
services:
- name: zfs-mirror-rockylinux
kind: Service
port: 80