From b0c808d46a04f86e806e3faffcfbc8cb4d92f3e6 Mon Sep 17 00:00:00 2001 From: GeorgeRaven Date: Wed, 29 Nov 2023 20:51:52 +0000 Subject: [PATCH] Added warp routing --- charts/cloudflared/templates/cloudflared-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/cloudflared/templates/cloudflared-config.yaml b/charts/cloudflared/templates/cloudflared-config.yaml index fe5b2d8b..ca048fe8 100644 --- a/charts/cloudflared/templates/cloudflared-config.yaml +++ b/charts/cloudflared/templates/cloudflared-config.yaml @@ -11,6 +11,8 @@ data: # Name of the tunnel you want to run tunnel: homelab credentials-file: /etc/cloudflared/creds/credentials.json + warp-routing: + enabled: true # Serves the metrics server under /metrics and the readiness server under /ready metrics: 0.0.0.0:2000 # Autoupdates applied in a k8s pod will be lost when the pod is removed or restarted, so