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

View File

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