mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
e09eade470
This reverts commit b66eb0b848
.
19 lines
544 B
YAML
19 lines
544 B
YAML
cloudflared:
|
|
credentials:
|
|
existingSecret: cloudflared-credentials
|
|
config:
|
|
tunnel: homelab
|
|
ingress:
|
|
# 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
|
|
- hostname: '*.khuedoan.com'
|
|
service: https://ingress-nginx-controller.ingress-nginx
|
|
originRequest:
|
|
noTLSVerify: true
|
|
- service: http_status:404
|
|
|
|
podMonitor:
|
|
enabled: true
|
|
metricsEndpoints:
|
|
- port: http
|