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