Add custom error404 page to both tunnels
This commit is contained in:
parent
25cafd240c
commit
782e25890d
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user