mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update
This commit is contained in:
parent
7b2558d492
commit
79bff35307
1 changed files with 11 additions and 0 deletions
11
infra/traefik/templates/middleware.yaml
Normal file
11
infra/traefik/templates/middleware.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: Middleware
|
||||||
|
metadata:
|
||||||
|
name: whitelist
|
||||||
|
namespace: traefik
|
||||||
|
spec:
|
||||||
|
ipWhiteList:
|
||||||
|
sourceRange:
|
||||||
|
- 192.168.0.0/16
|
||||||
|
- 172.16.0.0/12
|
||||||
|
- 10.0.0.0/8
|
||||||
Loading…
Add table
Add a link
Reference in a new issue