Skip to content
Snippets Groups Projects
Verified Commit 563342e0 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(nginx): Add beautiful custom error page

parent 5a723fb1
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,8 @@ data: ...@@ -91,6 +91,8 @@ data:
enable-brotli: "true" enable-brotli: "true"
use-http2: "true" use-http2: "true"
proxy-buffer-size: 8k proxy-buffer-size: 8k
custom-http-errors: >-
401,403,404,500,501,502,503
replicaCount: 2 replicaCount: 2
minAvailable: 1 minAvailable: 1
resources: resources:
...@@ -160,6 +162,16 @@ data: ...@@ -160,6 +162,16 @@ data:
annotations: annotations:
description: Too many 4XXs description: Too many 4XXs
summary: More than 5% of all requests returned 4XX, this requires your attention summary: More than 5% of all requests returned 4XX, this requires your attention
defaultBackend:
enabled: true
image:
repository: ghcr.io/tarampampam/error-pages
tag: 2.26.0
extraEnvs:
- name: TEMPLATE_NAME # Optional: change the default theme
value: connection
- name: SHOW_DETAILS # Optional: enables the output of additional information on error pages
value: 'false'
rbac: rbac:
create: true create: true
scope: false scope: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment