diff --git a/charts/cloudflare-tunnel-remote/templates/deployment.yaml b/charts/cloudflare-tunnel-remote/templates/deployment.yaml index 614f2c4..e77f384 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 env: - name: TUNNEL_TOKEN