From 5497f1089b6b78fbc0ca7493a2db65a11711ab53 Mon Sep 17 00:00:00 2001 From: Felix Mumme Date: Sat, 10 May 2025 18:03:22 +0200 Subject: [PATCH] fix port --- qbittorrent/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}