Skip to content
Snippets Groups Projects
Verified Commit 03964cf1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(jellyfin): Add liveness and readiness probes

parent 2151e0cf
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,14 @@ spec: ...@@ -45,6 +45,14 @@ spec:
limits: limits:
cpu: 1000m cpu: 1000m
memory: 1Gi memory: 1Gi
livenessProbe:
httpGet:
path: /rest/noauth/health
port: web
readinessProbe:
httpGet:
path: /rest/noauth/health
port: web
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata:
name: storage name: storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment