From d7e1a848372066b5950224c39163b0aa46471c2f Mon Sep 17 00:00:00 2001 From: joshblease <32898721+joshblease@users.noreply.github.com> Date: Thu, 24 Aug 2023 15:04:46 +0100 Subject: [PATCH] Disable auto-update --- charts/cloudflare-tunnel-remote/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/cloudflare-tunnel-remote/templates/deployment.yaml b/charts/cloudflare-tunnel-remote/templates/deployment.yaml index 62e130a..dcf59b2 100644 --- a/charts/cloudflare-tunnel-remote/templates/deployment.yaml +++ b/charts/cloudflare-tunnel-remote/templates/deployment.yaml @@ -33,6 +33,9 @@ spec: # The address 0.0.0.0:2000 allows any pod in the namespace. - --metrics - 0.0.0.0:2000 + # Do not autoupdate as it will keep the pod in a crash loop due to the process being + # killed post-update + - --no-autoupdate - run envFrom: - secretRef: