From e71d07eca77d15a311b95287d7400b39edd3b3c8 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Mon, 13 Mar 2023 22:32:11 +0000 Subject: [PATCH] Disable probes for now. --- charts/jellyfin/templates/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/jellyfin/templates/deployment.yaml b/charts/jellyfin/templates/deployment.yaml index 39fbf0f..1ee3063 100644 --- a/charts/jellyfin/templates/deployment.yaml +++ b/charts/jellyfin/templates/deployment.yaml @@ -34,14 +34,14 @@ spec: - name: http containerPort: 8096 protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http + #livenessProbe: + # httpGet: + # path: / + # port: http + #readinessProbe: + # httpGet: + # path: / + # port: http volumeMounts: - name: config mountPath: /config