mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -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:
|
routes:
|
||||||
- match: Host("test.durp.info") && PathPrefix(`/`)
|
- match: Host("test.durp.info") && PathPrefix(`/`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
middlewares:
|
||||||
|
- name: jwt
|
||||||
services:
|
services:
|
||||||
- name: "durpapi-service"
|
- name: "durpapi-service"
|
||||||
port: 80
|
port: 80
|
||||||
|
|
@ -28,3 +30,15 @@ spec:
|
||||||
commonName: "test.durp.info"
|
commonName: "test.durp.info"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "test.durp.info"
|
- "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