mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
7fdc34321f
commit
49cba480ba
1 changed files with 11 additions and 1 deletions
|
|
@ -8,10 +8,10 @@ spec:
|
|||
routes:
|
||||
- match: Host(`speedtest.durp.info`) && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
tls: true
|
||||
middlewares:
|
||||
- name: authentik-proxy-provider
|
||||
namespace: traefik
|
||||
- name: limit-buffering
|
||||
services:
|
||||
- name: openspeedtest
|
||||
port: 3000
|
||||
|
|
@ -44,3 +44,13 @@ metadata:
|
|||
spec:
|
||||
type: ExternalName
|
||||
externalName: durp.info
|
||||
|
||||
---
|
||||
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: limit-buffering
|
||||
spec:
|
||||
buffering:
|
||||
maxRequestBodyBytes: 10000000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue