emby: add liveness and readiness probes
This commit is contained in:
@@ -47,6 +47,14 @@ spec:
|
|||||||
value: "1000"
|
value: "1000"
|
||||||
- name: GIDLIST
|
- name: GIDLIST
|
||||||
value: "100"
|
value: "100"
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: http
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: http
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user