fix(nginx): Move error page to 503

This commit is contained in:
2026-01-08 14:42:33 +01:00
parent ddc8c7b253
commit 59580b5d29
2 changed files with 6 additions and 1 deletions
@@ -5,4 +5,7 @@ metadata:
namespace: ingress-nginx namespace: ingress-nginx
data: data:
"404": | "404": |
<span>Oceanbox is having a woopsie dupsie. uwu</span> <p>Could not find the page you were looking for.</p>
"503": |
<p>Oceanbox is having a woopsie dupsie. uwu</p>
<img alt="Insert oceanbox Text TV maintanence window here."/>
@@ -149,4 +149,6 @@ defaultBackend:
items: items:
- key: "404" - key: "404"
path: "404.html" path: "404.html"
- key: "503"
path: "503.html"