From a0b0997c1af28208d422368c690dca00b1249f0c Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 26 May 2026 19:55:34 -0400 Subject: [PATCH] arr-stack update ip to new seedbox --- arr-stack/tunnel/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arr-stack/tunnel/deployment.yaml b/arr-stack/tunnel/deployment.yaml index b27e12b..06fdb92 100644 --- a/arr-stack/tunnel/deployment.yaml +++ b/arr-stack/tunnel/deployment.yaml @@ -14,7 +14,7 @@ spec: containers: - name: deluge-tunnel image: kroniak/ssh-client:3.21 - command: ["/bin/sh", "-c", "ssh -o StrictHostKeyChecking=no weyma-talos@45.152.211.243 -p 2222 -L 0.0.0.0:58846:127.0.0.1:58846 -L 0.0.0.0:8112:127.0.0.1:8112 -N"] + command: ["/bin/sh", "-c", "ssh -o StrictHostKeyChecking=no weyma-talos@184.107.106.14 -L 0.0.0.0:58846:127.0.0.1:58846 -L 0.0.0.0:8112:127.0.0.1:8112 -N"] volumeMounts: - name: ssh-keys mountPath: /root/.ssh