mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -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:
|
routes:
|
||||||
- match: Host(`links.dev.durp.info`) && PathPrefix(`/`)
|
- match: Host(`links.dev.durp.info`) && PathPrefix(`/`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
middlewares:
|
||||||
|
- name: traefik-real-ip
|
||||||
services:
|
services:
|
||||||
- name: littlelink
|
- name: littlelink
|
||||||
port: 80
|
port: 80
|
||||||
|
|
@ -40,3 +42,15 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
type: ExternalName
|
||||||
externalName: durp.info
|
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