Added Recreate strategy to deployments
This commit is contained in:
@@ -315,6 +315,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: prowlarr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -426,6 +428,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: qbittorrent
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -562,6 +566,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: radarr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -708,6 +714,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: sonarr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user