diff --git a/k8s/apps/jellyfin/qbittorent.yaml b/k8s/apps/jellyfin/qbittorent.yaml index a56d601..9e18af8 100644 --- a/k8s/apps/jellyfin/qbittorent.yaml +++ b/k8s/apps/jellyfin/qbittorent.yaml @@ -76,7 +76,7 @@ spec: secretKeyRef: name: vpn-creds key: ss_link - command: ["/bin/bash", "-c", "rm /etc/shadowsocks-rust/config.json && sslocal --online-config-url $SS_LINK --local-addr 127.0.0.1:8081 -U --protocol http"] + command: ["/bin/bash", "-c", "rm /etc/shadowsocks-rust/config.json && sslocal --server-url $SS_LINK --local-addr 127.0.0.1:8081 -U --protocol http"] resources: requests: memory: "64Mi"