diff --git a/manifests/media/jdownloader.yaml b/manifests/media/jdownloader.yaml index 5612597..652545b 100644 --- a/manifests/media/jdownloader.yaml +++ b/manifests/media/jdownloader.yaml @@ -8,6 +8,8 @@ metadata: namespace: downloads spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: jdownloader diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index a4662ff..192a098 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -28,6 +28,8 @@ metadata: namespace: downloads spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: qbittorrent @@ -107,14 +109,9 @@ spec: httpGet: path: / port: 8080 - initialDelaySeconds: 15 - periodSeconds: 15 - livenessProbe: - httpGet: - path: / - port: 8080 - initialDelaySeconds: 30 - periodSeconds: 30 + initialDelaySeconds: 60 + periodSeconds: 20 + failureThreshold: 5 resources: requests: cpu: 50m