emby: add liveness and readiness probes

This commit is contained in:
2025-03-08 21:49:14 -05:00
parent 70bff665f6
commit abdf6ceb80

View File

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