Skip to content

Commit

Permalink
chore(fulfillment): replace HEALTHCHECKCMD by GRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 28, 2023
1 parent de11355 commit 527fdba
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions charts/fulfillment-srv/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,14 @@ spec:
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 30
exec:
command:
- /bin/grpc_health_probe
- -addr=:50051
grpc:
port: 50051
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 15
exec:
command:
- /bin/grpc_health_probe
- -addr=:50051
- -service=readiness
grpc:
port: 50051
service: readiness
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Expand Down

0 comments on commit 527fdba

Please sign in to comment.