From dadb3b374ee3f6cd4d740f39971d1c7342e21c32 Mon Sep 17 00:00:00 2001 From: Andrei Kostylev Date: Fri, 10 Nov 2023 15:59:15 +0300 Subject: [PATCH] fix: use grpc startup probe for tvm --- charts/tvm-grpc/templates/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tvm-grpc/templates/deployment.yaml b/charts/tvm-grpc/templates/deployment.yaml index 713316ea..53fd11e1 100644 --- a/charts/tvm-grpc/templates/deployment.yaml +++ b/charts/tvm-grpc/templates/deployment.yaml @@ -56,9 +56,9 @@ spec: readinessProbe: grpc: port: 50052 - startupProbe: - tcpSocket: - port: http + readinessProbe: + grpc: + port: 50052 resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}