diff --git a/custom_helm_charts/qbittorrent/templates/deployment.yaml b/custom_helm_charts/qbittorrent/templates/deployment.yaml index 83c94b0..daad79c 100644 --- a/custom_helm_charts/qbittorrent/templates/deployment.yaml +++ b/custom_helm_charts/qbittorrent/templates/deployment.yaml @@ -9,6 +9,8 @@ metadata: heritage: {{ .Release.Service }} spec: replicas: {{ .Values.replicaCount }} + strategy: + type: Recreate selector: matchLabels: app: {{ template "qbittorrent.name" . }}