소스 검색

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