Fix the errors middleware's document for Kubernetes CRD
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled

This commit is contained in:
Yuito Akatsuki (Tani Yutaka) 2026-01-29 23:44:07 +09:00 committed by GitHub
parent b3528b4f4d
commit 75ac25bb31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,8 +19,8 @@ http:
- "503"
- "505-599"
statusRewrites:
"418": "404"
"502-504": "500"
"418": 404
"502-504": 500
service: error-handler-service
query: "/{status}.html"