mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
refactor(cloudflared): point to HTTP port of NGINX instead of HTTPS
It will use Cloudflare's certificate anyway
This commit is contained in:
parent
85dadf8671
commit
d8f3a9c437
@ -4,7 +4,5 @@ cloudflared:
|
|||||||
# It is safe to put a wildcard here
|
# It is safe to put a wildcard here
|
||||||
# Please see https://homelab.khuedoan.com/reference/faq.html#is-it-safe-to-use-wildcard-in-cloudflare-tunnel-ingress-config
|
# Please see https://homelab.khuedoan.com/reference/faq.html#is-it-safe-to-use-wildcard-in-cloudflare-tunnel-ingress-config
|
||||||
- hostname: "*.khuedoan.com"
|
- hostname: "*.khuedoan.com"
|
||||||
service: https://ingress-nginx-controller.ingress-nginx
|
service: http://ingress-nginx-controller.ingress-nginx
|
||||||
originRequest:
|
|
||||||
noTLSVerify: true
|
|
||||||
- service: http_status:404
|
- service: http_status:404
|
||||||
|
Loading…
Reference in New Issue
Block a user