Skip to content

Commit

Permalink
fix: use grpc startup probe for tvm
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Nov 10, 2023
1 parent 01decd4 commit dadb3b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/tvm-grpc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dadb3b3

Please sign in to comment.