浏览代码

dont restart qbittorrent exporter on main pod issue

Josh Bicking 4 天之前
父节点
当前提交
ed828ddbcd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      argocd/seedbox/qbittorrentvpn.yaml

+ 1 - 1
argocd/seedbox/qbittorrentvpn.yaml

@@ -213,7 +213,7 @@ spec:
             command:
             - "/bin/sh"
             - "-c"
-            - 'wget -O - 0.0.0.0:8000 | grep -E "qbittorrent_up\{.* 1.0"'
+            - 'wget -O - 0.0.0.0:8000 | grep -E "qbittorrent_up"'
           initialDelaySeconds: 3
           timeoutSeconds: 5
           periodSeconds: 3