16 lines
291 B
YAML
16 lines
291 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: longhorn
|
|
spec:
|
|
entryPoints:
|
|
- web
|
|
routes:
|
|
- match: Host(`longhorn.k3s`)
|
|
kind: Rule
|
|
services:
|
|
- name: longhorn-frontend
|
|
namespace: longhorn
|
|
nativeLB: true
|
|
kind: Service
|
|
port: 80 |