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: