Files
homelab-frontend/testdata/config/malformed-readTimeout.yaml
T

10 lines
218 B
YAML
Raw Normal View History

2026-08-19 20:52:13 -07:00
routes:
- name: test-route
upstream:
address: test-host.llm-serving:80
connectTimeout: "30s"
readTimeout: "invalid"
writeTimeout: "1m"
maxBodySize: 10485760
authRequired: true