mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
updatre
This commit is contained in:
parent
a8000c72d9
commit
b3264a140a
1 changed files with 14 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ spec:
|
|||
routes:
|
||||
- match: Host("test.durp.info") && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: jwt
|
||||
services:
|
||||
- name: "durpapi-service"
|
||||
port: 80
|
||||
|
|
@ -28,3 +30,15 @@ spec:
|
|||
commonName: "test.durp.info"
|
||||
dnsNames:
|
||||
- "test.durp.info"
|
||||
|
||||
---
|
||||
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: jwt
|
||||
spec:
|
||||
plugin:
|
||||
jwt:
|
||||
issuers:
|
||||
- https://authentik.durp.info/application/o/api/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue