From ece73db733b932bb0be5d4c27a3d27e47d14afbc Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sun, 4 Nov 2018 20:57:35 -0500 Subject: [PATCH] fixing probes Signed-off-by: Jeff Billimek --- nzbget/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nzbget/templates/deployment.yaml b/nzbget/templates/deployment.yaml index 80d7ea50..3191d01c 100644 --- a/nzbget/templates/deployment.yaml +++ b/nzbget/templates/deployment.yaml @@ -28,10 +28,10 @@ spec: containerPort: 6789 protocol: TCP livenessProbe: - httpGet: + tcpSocket: port: http readinessProbe: - httpGet: + tcpSocket: port: http env: - name: TZ