diff --git a/emby/deployment.yaml b/emby/deployment.yaml index 1822203..f3edb70 100644 --- a/emby/deployment.yaml +++ b/emby/deployment.yaml @@ -47,6 +47,14 @@ spec: value: "1000" - name: GIDLIST value: "100" + livenessProbe: + httpGet: + path: / + port: http + readinessProbe: + httpGet: + path: / + port: http securityContext: privileged: true resources: