Added Recreate strategy to deployments

This commit is contained in:
kisfenyo
2025-12-17 13:13:11 +01:00
parent 30c089502e
commit 4c72cfb2fc
+8
View File
@@ -315,6 +315,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: prowlarr app: prowlarr
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -426,6 +428,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: qbittorrent app: qbittorrent
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -562,6 +566,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: radarr app: radarr
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -708,6 +714,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: sonarr app: sonarr
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels: