From c3902a8b21154a69cef25490c02455ac9a5c3dab Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 9 Mar 2025 16:30:25 -0400 Subject: [PATCH] emby: fix strategy --- emby/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emby/deployment.yaml b/emby/deployment.yaml index e54cade..c0680f8 100644 --- a/emby/deployment.yaml +++ b/emby/deployment.yaml @@ -3,6 +3,8 @@ kind: Deployment metadata: name: emby spec: + strategy: + type: Recreate selector: matchLabels: app: emby @@ -51,8 +53,6 @@ spec: httpGet: path: / port: http - strategy: - type: Recreate securityContext: privileged: true resources: