diff --git a/templates/app-down.html b/templates/app-down.html new file mode 100644 index 0000000..ddfb836 --- /dev/null +++ b/templates/app-down.html @@ -0,0 +1,503 @@ + + + + + + {{ message }} + + + + + + + + + + +
+
+

{{ message }}

+

{{ description }}

+ +

+ Double-check the URL. + +

+ +
+

Request details:

+
    + +
  • Host: {{ host }}
  • + +
  • Original URI: {{ original_uri }}
  • + +
  • Forwarded for: {{ forwarded_for }}
  • + +
  • Namespace: {{ namespace }}
  • + +
  • Ingress name: {{ ingress_name }}
  • + +
  • Service name: {{ service_name }}
  • + +
  • Service port: {{ service_port }}
  • + +
  • Request ID: {{ request_id }}
  • + +
  • Timestamp: {{ now.Unix }}
  • +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ code }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + diff --git a/templates/cats.html b/templates/cats.html index cbc1162..0c96252 100644 --- a/templates/cats.html +++ b/templates/cats.html @@ -2,7 +2,7 @@ - + {{ message }} diff --git a/templates/ghost.html b/templates/ghost.html index 2a02c2d..266139f 100644 --- a/templates/ghost.html +++ b/templates/ghost.html @@ -2,7 +2,7 @@ - + {{ code }}: {{ message }}