diff --git a/qbittorrent/templates/deployment.yaml b/qbittorrent/templates/deployment.yaml index a0a8c5b..f347015 100644 --- a/qbittorrent/templates/deployment.yaml +++ b/qbittorrent/templates/deployment.yaml @@ -6,6 +6,8 @@ metadata: {{- include "qbittorrent.labels" . | nindent 4 }} spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: {{- include "qbittorrent.selectorLabels" . | nindent 6 }}