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:
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: