mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-24 17:24:25 +01:00
18 lines
371 B
YAML
18 lines
371 B
YAML
---
|
|
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: longhorn-ingressroute
|
|
namespace: longhorn-system
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: Host(`your-fqdn`) # <-- Replace with your FQDN
|
|
kind: Rule
|
|
services:
|
|
- name: longhorn-frontend
|
|
port: 80
|
|
tls:
|
|
secretName: longhorn-certificate-secret
|