Files
gitops/clusters/kairos/longhorn/ingress.yaml
2024-08-19 01:05:52 +01:00

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