mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
ce256ff51a
commit
540a9c6f8a
1 changed files with 13 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ spec:
|
|||
kind: Rule
|
||||
middlewares:
|
||||
- name: jwt
|
||||
- name: traefik-real-ip
|
||||
services:
|
||||
- name: "durpapi-service"
|
||||
port: 80
|
||||
|
|
@ -42,3 +43,15 @@ spec:
|
|||
Required: true
|
||||
Keys:
|
||||
- https://authentik.durp.info/application/o/api/jwks
|
||||
|
||||
---
|
||||
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: traefik-real-ip
|
||||
spec:
|
||||
plugin:
|
||||
traefik-real-ip:
|
||||
excludednets:
|
||||
- "1.1.1.1/24"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue