mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
cd41343580
* refactor(docs): migrate to mkdocs * More markdown * Admonitions
17 lines
372 B
YAML
17 lines
372 B
YAML
cloudflared:
|
|
credentials:
|
|
existingSecret: cloudflared-credentials
|
|
config:
|
|
tunnel: homelab
|
|
ingress:
|
|
- hostname: '*.khuedoan.com'
|
|
service: https://ingress-nginx-controller.ingress-nginx
|
|
originRequest:
|
|
noTLSVerify: true
|
|
- service: http_status:404
|
|
|
|
podMonitor:
|
|
enabled: true
|
|
metricsEndpoints:
|
|
- port: http
|