emby: fix strategy

This commit is contained in:
2025-03-09 16:30:25 -04:00
parent 01c2f949de
commit c3902a8b21

View File

@@ -3,6 +3,8 @@ kind: Deployment
metadata: metadata:
name: emby name: emby
spec: spec:
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: emby app: emby
@@ -51,8 +53,6 @@ spec:
httpGet: httpGet:
path: / path: /
port: http port: http
strategy:
type: Recreate
securityContext: securityContext:
privileged: true privileged: true
resources: resources: