Lets try some ingress

This commit is contained in:
2024-08-04 22:27:05 +01:00
parent 0bd04bdc72
commit 24e90c69a7
5 changed files with 34 additions and 19 deletions

View File

@@ -0,0 +1,16 @@
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-system
nativeLB: true
kind: Service
port: 80