Ok longhorn

This commit is contained in:
2024-08-19 01:05:52 +01:00
parent e139e13806
commit 02bc749c24
11 changed files with 61 additions and 53 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
nativeLB: true
kind: Service
port: 80