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