You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apiVersion: v1
metadata:
name: error-files
data:
408: errorfile /dev/null
503.http: |
HTTP/1.0 503 Service Unavailable
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>
kind: ConfigMap
the files successfully shows up in /srv/voyager/errorfiles
But when I go to a page that should get the 503, I get a 408 timeout error. The ingress logs also show that its getting the 503
The text was updated successfully, but these errors were encountered:
Using Voyager 10.0 with the helm chart.
My error-files.yaml:
the files successfully shows up in
/srv/voyager/errorfiles
But when I go to a page that should get the 503, I get a 408 timeout error. The ingress logs also show that its getting the 503
The text was updated successfully, but these errors were encountered: