Add custom error404 page to both tunnels

This commit is contained in:
dvirlabs 2026-04-13 00:50:53 +03:00
parent 25cafd240c
commit 782e25890d
3 changed files with 2 additions and 4 deletions

View File

@ -25,5 +25,5 @@ data:
{{- with .Values.cloudflare.ingress }}
{{- toYaml . | nindent 6 }}
{{- end }}
# This rule matches any traffic which didn't match a previous rule, and responds with HTTP 404.
- service: http_status:404
# This rule matches any traffic which didn't match a previous rule, and forwards to the error page.
- service: http://errorlab.my-apps.svc.cluster.local:80

View File

@ -21,7 +21,6 @@ cloudflare:
service: http://minio-bitnami.infra.svc.cluster.local:9001
- hostname: s3.dvirlabs.com
service: http://minio-bitnami.infra.svc.cluster.local:9000
- service: http://errorlab.my-apps.svc.cluster.local:80
image:
repository: cloudflare/cloudflared
tag: "2026.3.0"

View File

@ -45,7 +45,6 @@ cloudflare:
service: http://navix-frontend.my-apps.svc.cluster.local:80
- hostname: chat.dvirlabs.com
service: http://open-webui.ai-stack.svc.cluster.local:80
- service: http://errorlab.my-apps.svc.cluster.local:80
image:
repository: cloudflare/cloudflared