https://github.com/builditluc/argocd-error-pages
https://github.com/builditluc/argocd-error-pages
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/builditluc/argocd-error-pages
- Owner: Builditluc
- Created: 2025-04-06T23:23:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T23:25:12.000Z (about 1 year ago)
- Last Synced: 2025-10-25T08:58:10.401Z (7 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better error pages
This deployments is based on: [error-pages container](https://github.com/tarampampam/error-pages)
## What id does
It uses priority in Traefik to display nice error page in case its not handled by targeted app. It can be also added into any service ingress if that service does not handle 404,500 etc errors in nice way.
## Themes
You can use pre build themes by changing the `TEMPLATE_NAME` variable in `error-pages-deployment.yaml`
```yaml
.
.
.
env:
- name: TEMPLATE_NAME
value: "app-down"
- name: SHOW_DETAILS
value: "true"
ports:
.
.
.
```
Theme demonstrations: [HERE](https://tarampampam.github.io/error-pages/)
## Prometheus
Container expose /metrics in prometheus format
## Limits
- Limited to 16MB RAM - Max 32MB
- CPU: 50m
- Image size: 4.66MB
- readOnlyRootFilesystem: true
- runAsNonRoot: true
- allowPrivilegeEscalation: false