Преглед на файлове

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