This commit is contained in:
2025-05-08 04:44:58 -05:00
parent 03beda78e0
commit 18366175e9
2 changed files with 16 additions and 12 deletions

View File

@@ -10,6 +10,9 @@ spec:
routes:
- match: Host(`longhorn.dmz.durp.info`) && PathPrefix(`/`)
kind: Rule
middlewares:
- name: authentik-proxy-provider
namespace: traefik
services:
- name: longhorn-frontend
port: 80
@@ -17,7 +20,6 @@ spec:
secretName: longhorn-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:

View File

@@ -10,6 +10,9 @@ spec:
routes:
- match: Host(`longhorn.infra.durp.info`) && PathPrefix(`/`)
kind: Rule
middlewares:
- name: authentik-proxy-provider
namespace: traefik
services:
- name: longhorn-frontend
port: 80
@@ -17,7 +20,6 @@ spec:
secretName: longhorn-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata: