Skip to content

Commit

Permalink
feat(ingress): add custom error pages
Browse files Browse the repository at this point in the history
  • Loading branch information
surskitt committed Feb 6, 2025
1 parent f104006 commit 8e0fd6c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
client-header-timeout: 120
client-body-buffer-size: "100M"
client-body-timeout: 120
custom-http-errors: 400,401,403,404,500,502,503,504
enable-brotli: "true"
hsts-max-age: "31449600"
keep-alive: 120
Expand All @@ -76,4 +77,16 @@ spec:
limits:
memory: 500Mi
defaultBackend:
enabled: false
enabled: true
image:
repository: ghcr.io/tarampampam/error-pages
tag: 3.3.1
extraEnvs:
- { name: TEMPLATE_NAME, value: orient }
- { name: SHOW_DETAILS, value: "false" }
resources:
requests:
memory: 250Mi
cpu: 25m
limits:
memory: 350Mi
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ spec:
client-header-timeout: 120
client-body-buffer-size: "100M"
client-body-timeout: 120
custom-http-errors: 400,401,403,404,500,502,503,504
enable-brotli: "true"
hsts-max-age: "31449600"
keep-alive: 120
Expand All @@ -79,4 +80,16 @@ spec:
limits:
memory: 500Mi
defaultBackend:
enabled: false
enabled: true
image:
repository: ghcr.io/tarampampam/error-pages
tag: 3.3.1
extraEnvs:
- { name: TEMPLATE_NAME, value: orient }
- { name: SHOW_DETAILS, value: "false" }
resources:
requests:
memory: 250Mi
cpu: 25m
limits:
memory: 350Mi

0 comments on commit 8e0fd6c

Please sign in to comment.