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
d0ec1a9909
commit
ce256ff51a
1 changed files with 14 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ spec:
|
|||
routes:
|
||||
- match: Host(`links.dev.durp.info`) && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: traefik-real-ip
|
||||
services:
|
||||
- name: littlelink
|
||||
port: 80
|
||||
|
|
@ -40,3 +42,15 @@ metadata:
|
|||
spec:
|
||||
type: ExternalName
|
||||
externalName: durp.info
|
||||
|
||||
---
|
||||
|
||||
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