From b91760fdc8f2cbf5ac6f90199110f6cd324af384 Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 8 Mar 2025 21:56:27 -0500 Subject: [PATCH] emby: remove readiness probe --- emby/deployment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/emby/deployment.yaml b/emby/deployment.yaml index 875ca45..e54cade 100644 --- a/emby/deployment.yaml +++ b/emby/deployment.yaml @@ -51,10 +51,6 @@ spec: httpGet: path: / port: http - readinessProbe: - httpGet: - path: / - port: http strategy: type: Recreate securityContext: