We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de11355 commit 527fdbaCopy full SHA for 527fdba
charts/fulfillment-srv/templates/deployment.yaml
@@ -49,18 +49,14 @@ spec:
49
livenessProbe:
50
initialDelaySeconds: 10
51
periodSeconds: 30
52
- exec:
53
- command:
54
- - /bin/grpc_health_probe
55
- - -addr=:50051
+ grpc:
+ port: 50051
56
readinessProbe:
57
58
periodSeconds: 15
59
60
61
62
63
- - -service=readiness
+ service: readiness
64
resources:
65
{{- toYaml .Values.resources | nindent 12 }}
66
volumeMounts:
0 commit comments